-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathinstall.rdf
More file actions
21 lines (21 loc) · 774 Bytes
/
install.rdf
File metadata and controls
21 lines (21 loc) · 774 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="utf-8"?>
<r:RDF xmlns="http://www.mozilla.org/2004/em-rdf#"
xmlns:r="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<r:Description about="urn:mozilla:install-manifest">
<creator>char101</creator>
<id>tabgroupsbtn@char101.github.com</id>
<name>Tab Groups Button</name>
<version>0.53.1</version>
<type>2</type>
<bootstrap>true</bootstrap>
<homepageURL>https://github.com/char101/tabgroupsbtn</homepageURL>
<targetApplication>
<r:Description>
<id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</id>
<!-- https://addons.mozilla.org/en-US/firefox/pages/appversions/ -->
<minVersion>41.0</minVersion>
<maxVersion>45.*</maxVersion>
</r:Description>
</targetApplication>
</r:Description>
</r:RDF>