-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathinstall.rdf
More file actions
45 lines (38 loc) · 1.65 KB
/
install.rdf
File metadata and controls
45 lines (38 loc) · 1.65 KB
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
<?xml version="1.0"?>
<!-- Copyright 2014 FSharpN00b.
This file is part of BookmarkSorter.
BookmarkSorter is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
BookmarkSorter is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with BookmarkSorter. If not, see <http://www.gnu.org/licenses/>. -->
<!--For more information see:
https://developer.mozilla.org/en-US/Add-ons/Install_Manifests
-->
<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>{4966CF83-C4AF-4606-80FE-0BAA4552317B}</em:id>
<em:version>0.6</em:version>
<em:type>2</em:type>
<em:targetApplication>
<Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
<!-- We use Promise.jsm, which requires version 25. See:
https://developer.mozilla.org/en-US/docs/Mozilla/JavaScript_code_modules/Promise.jsm
-->
<em:minVersion>25.0</em:minVersion>
<em:maxVersion>37.*</em:maxVersion>
</Description>
</em:targetApplication>
<em:name>Bookmark Sorter</em:name>
<em:description>Helps sort bookmarks.</em:description>
<em:creator>fsharpn00b</em:creator>
<em:optionsURL>chrome://bookmarksorter/content/preferences.xul</em:optionsURL>
</Description>
</RDF>