1 |
wakaba |
1.1 |
<?xml version="1.0" encoding="utf-8"?> |
2 |
|
|
|
3 |
|
|
<RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" |
4 |
|
|
xmlns:em="http://www.mozilla.org/2004/em-rdf#"> |
5 |
|
|
|
6 |
|
|
<Description about="urn:mozilla:install-manifest"> |
7 |
|
|
<em:name>%%package-name%%</em:name> |
8 |
|
|
<em:id>%%package-guid%%</em:id> |
9 |
|
|
<em:version>%%package-version-number%%</em:version> |
10 |
|
|
<em:description>%%package-description%%</em:description> |
11 |
|
|
|
12 |
|
|
<em:creator>%%package-author-name%%</em:creator> |
13 |
|
|
<!-- em:contributor --> |
14 |
|
|
<em:homepageURL>%%package-web-site-uri%%</em:homepageURL> |
15 |
|
|
<em:updateURL>%%package-update-uri%%</em:updateURL> |
16 |
|
|
|
17 |
|
|
<em:targetApplication> |
18 |
|
|
<Description> |
19 |
|
|
<!-- Mozilla Firefox --> |
20 |
|
|
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> |
21 |
|
|
<em:minVersion>%%supported-firefox-min-version%%</em:minVersion> |
22 |
|
|
<em:maxVersion>%%supported-firefox-max-version%%</em:maxVersion> |
23 |
|
|
</Description> |
24 |
|
|
</em:targetApplication> |
25 |
|
|
|
26 |
|
|
<em:iconURL>%%program-icon-uri%%</em:iconURL> |
27 |
|
|
<em:optionsURL>%%program-config-uri%%</em:optionsURL> |
28 |
|
|
<!-- <em:aboutURL>%%program-about-uri%%</em:aboutURL> --> |
29 |
|
|
|
30 |
|
|
<em:file> |
31 |
|
|
<Description about="urn:mozilla:extension:file:%%jar-filename%%"> |
32 |
|
|
<em:locale>%%jar-locale-dir%%</em:locale> |
33 |
|
|
</Description> |
34 |
|
|
</em:file> |
35 |
|
|
</Description> |
36 |
|
|
</RDF> |