blob: 6283c4e271457563f77682dc746754ef1121dc20 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# currently not used as uhura is generating it.
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>.
@prefix em: <http://www.mozilla.org/2004/em-rdf#>.
<urn:mozilla:extension:GECKOID>
em:signature "SIG";
em:updates [ a rdf:Seq ;
rdf:li <:VERSION>;
].
<:VERSION>
em:version "VERSION";
em:targetApplication [
em:id "{ec8030f7-c20a-464f-9b0e-13a3a9e97384}";
em:minVersion "3.0";
em:maxVersion "4.0.*";
em:updateLink "WEBSITE/simplyread-VERSION.xpi";
em:updateHash "sha1:HASH";
].
|