summaryrefslogtreecommitdiff
path: root/gecko/install.rdf
blob: 6fc6ef7f7406c1423a0b6498be5dabca972121f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0"?>
<RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
     xmlns:em="http://www.mozilla.org/2004/em-rdf#"
     xmlns:doap="http://usefulinc.com/ns/doap#">
	<Description about="urn:mozilla:install-manifest">
		<em:id>GECKOID</em:id>
		<em:version>VERSION</em:version>
		<em:type>2</em:type>
		<em:targetApplication><Description>
			<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
			<em:minVersion>3.0</em:minVersion>
			<em:maxVersion>10.*</em:maxVersion>
		</Description></em:targetApplication>
		<em:name>SimplyRead</em:name>
		<em:description>Removes distractions from webpages. Press Alt+r or press the 'sr' button in the addons bar to toggle SimplyRead.</em:description>
		<em:creator>Nick White</em:creator>
		<em:homepageURL>WEBSITE/</em:homepageURL>
		<em:updateURL>WEBSITE/gecko-updates.rdf</em:updateURL>
		<em:updateKey>PUBKEY</em:updateKey>
		<doap:license resource="http://www.gnu.org/licenses/agpl.html" />
	</Description>
</RDF>