forked from Pocket/Firefox-Integration-Add-On-Prototype
-
Notifications
You must be signed in to change notification settings - Fork 0
/
install.rdf
executable file
·31 lines (25 loc) · 1.19 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
<?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">
<!-- Required Items -->
<em:id>[email protected]</em:id>
<em:name>Pocket</em:name>
<em:version>1.0</em:version>
<em:type>2</em:type>
<em:unpack>true</em:unpack>
<!-- TODO: Add Bootstrap support if possible -->
<em:targetApplication>
<Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
<em:minVersion>37.0</em:minVersion>
<em:maxVersion>41.0</em:maxVersion>
</Description>
</em:targetApplication>
<!-- Optional Items -->
<em:creator>Read It Later, Inc</em:creator>
<em:description>Pocket service for Firefox. The best way to save articles, videos and more.</em:description> <!-- Update locale as well -->
<em:homepageURL>http://getpocket.com/?src=firefox_native</em:homepageURL>
<em:iconURL>chrome://pocket/skin/icon.png</em:iconURL> <!-- TODO: Anyway to provide a @2x asset here? -->
</Description>
</RDF>