blob: 56d8d3ba836760bb56d2273d7a45e77ed9a29b72 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>.
@prefix em: <http://www.mozilla.org/2004/em-rdf#>.
<urn:mozilla:install-manifest>
em:id "GECKOID";
em:version "VERSION";
em:type "2";
em:targetApplication [
em:id "{ec8030f7-c20a-464f-9b0e-13a3a9e97384}";
em:minVersion "3.0";
em:maxVersion "6.*"
] ;
em:name "SimplyRead";
em:description "Stop browsing, start reading. Press Ctrl-Alt-r or press the 'sr' button in the addons bar to toggle SimplyRead.";
em:creator "Nick White";
em:homepageURL "WEBSITE/";
em:updateURL "WEBSITE/gecko-updates.rdf";
em:updateKey "PUBKEY";
<http://usefulinc.com/ns/doap#license> <http://www.gnu.org/licenses/agpl.html>.
|