-
Notifications
You must be signed in to change notification settings - Fork 0
/
install.rdf.in
44 lines (37 loc) · 1.73 KB
/
install.rdf.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<?xml version="1.0"?>
<!-- Copyright 2006, 2014 The University of British Columbia and Derek Poon
Released under the Mozilla Public License, v2.0. -->
<RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:em="http://www.mozilla.org/2004/em-rdf#">
<Description about="urn:mozilla:install-manifest">
<em:id>{918c8eef-bc7f-48e4-a85d-1a4743ac224d}</em:id>
<em:version>$(VERSION)</em:version>
<!-- Target Application this extension can install into,
with minimum and maximum supported versions. -->
<em:targetApplication>
<Description>
<!-- Thunderbird -->
<em:id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id>
<em:minVersion>1.0</em:minVersion>
<em:maxVersion>2.0.*</em:maxVersion>
</Description>
</em:targetApplication>
<!-- Front End MetaData -->
<em:name>$(NAME)</em:name>
<em:description>Request Tracker support for Quick Search bar</em:description>
<em:creator>University of British Columbia</em:creator>
<em:contributor>Derek Poon</em:contributor>
<em:homepageURL>$(HOMEPAGE)</em:homepageURL>
<em:updateURL>$(RELEASE_BASE_URL)/update.rdf?itemId=%ITEM_ID%&itemVer=%ITEM_VERSION%&appId=%APP_ID%&appVer=%APP_VERSION%</em:updateURL>
<em:aboutURL>chrome://rtsearch/content/about.xul</em:aboutURL>
<em:iconURL>chrome://rtsearch/skin/icon.png</em:iconURL>
<!-- Packages, Skins and Locales that this extension registers -->
<em:file>
<Description about="urn:mozilla:extension:file:rtsearch.jar">
<em:package>content/rtsearch/</em:package>
<em:locale>locale/en-US/rtsearch/</em:locale>
<em:skin>skin/classic/rtsearch/</em:skin>
</Description>
</em:file>
</Description>
</RDF>