-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinstall.rdf
More file actions
24 lines (23 loc) · 882 Bytes
/
install.rdf
File metadata and controls
24 lines (23 loc) · 882 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?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>PikachuEXE</creator>
<id>tabkit.mouse-gestures@pikachuexe.amateur.hk</id>
<name>Tab Kit - Mouse Gestures</name>
<version>0.4.0</version>
<bootstrap>true</bootstrap>
<type>2</type>
<homepageURL>https://github.com/tabkit/mouse-gestures</homepageURL>
<description>Provide some mouse gestures like switching tabs</description>
<optionsType>2</optionsType>
<!-- Pale Moon -->
<targetApplication>
<r:Description>
<id>{8de7fcbb-c55c-4fbe-bfc5-fc555c87dbc4}</id>
<minVersion>27.0</minVersion>
<maxVersion>28.*</maxVersion>
</r:Description>
</targetApplication>
</r:Description>
</r:RDF>