forked from nobodxbodon/FromWhereToWhere
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinstall.rdf
47 lines (46 loc) · 2.33 KB
/
install.rdf
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
45
46
47
<?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#">
<Description about="urn:mozilla:install-manifest">
<!-- Unique ID for extension. Can be in e-mail address format or GUID format -->
<em:id>[email protected]</em:id>
<!-- Indicates that this add-on is an extension -->
<em:type>2</em:type>
<!-- Extension name displayed in Add-on Manager -->
<em:name>FromWhereToWhere</em:name>
<!-- Extension version number. There is a version numbering scheme you must follow -->
<em:version>0.25.3</em:version>
<!-- Brief description displayed in Add-on Manager -->
<em:description>List the pages from where you visit one page, and all the other pages you visited from those pages. Link suggestion based on current page title and browsing history.</em:description>
<!-- Name of extension's primary developer. Change to your name -->
<em:creator>Xuan Wu</em:creator>
<!-- Web page address through which extension is distributed -->
<em:homepageURL>https://addons.mozilla.org/en-US/firefox/addon/181746/</em:homepageURL>
<em:iconURL>chrome://FromWhereToWhere/content/toolbar-button/icon.png</em:iconURL>
<em:optionsURL>chrome://FromWhereToWhere/content/prefs.xul</em:optionsURL>
<!-- This section gives details of the target application for the extension (in this case: Firefox 2) -->
<!-- Firefox -->
<em:targetApplication>
<Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
<em:minVersion>3.5</em:minVersion>
<em:maxVersion>25.0</em:maxVersion>
</Description>
</em:targetApplication>
<!-- SeaMonkey -->
<em:targetApplication>
<Description>
<em:id>{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}</em:id>
<em:minVersion>2.0a3</em:minVersion>
<em:maxVersion>2.12.*</em:maxVersion>
</Description>
</em:targetApplication>
<!-- Mobile Native -->
<em:targetApplication>
<Description>
<em:id>{aa3c5121-dab2-40e2-81ca-7ea25febc110}</em:id>
<em:minVersion>10.0</em:minVersion>
<em:maxVersion>17.*</em:maxVersion>
</Description>
</em:targetApplication>
</Description>
</RDF>