forked from d3fault/firefox-tabslideshow
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinstall.rdf
35 lines (26 loc) · 1.02 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
<?xml version="1.0"?>
<!--
install.rdf
Tab Slideshow Firefox extension
nick.g.123@hotmail.com
Licensed under MPL (http://www.mozilla.org/MPL/MPL-1.1.html)
-->
<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>{23493a82-e257-48c4-b0de-52ae36189ceb}</em:id>
<em:name>Tab Slideshow Plus</em:name>
<em:version>5.1</em:version>
<em:description>A fork of tabslideshow that adds some extra features</em:description>
<em:homepageURL>https://github.com/NickG123/firefox-tabslideshow</em:homepageURL>
<em:creator>Nick Gerow</em:creator>
<em:optionsURL>chrome://tabslideshow/content/settings.xul</em:optionsURL>
<em:targetApplication>
<Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
<em:minVersion>3.0</em:minVersion>
<em:maxVersion>12.*</em:maxVersion>
</Description>
</em:targetApplication>
</Description>
</RDF>