This repository has been archived by the owner on Feb 27, 2020. It is now read-only.
forked from teramako/Pano
-
Notifications
You must be signed in to change notification settings - Fork 0
/
install.rdf
40 lines (35 loc) · 1.48 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
36
37
38
39
40
<?xml version="1.0" encoding="UTF-8"?>
<RDF xmlns:em="http://www.mozilla.org/2004/em-rdf#" xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<Description about="urn:mozilla:install-manifest">
<em:id>[email protected]</em:id>
<em:type>2</em:type>
<em:name>Pano (modified)</em:name>
<em:version>1.3pre.2017012801</em:version>
<em:creator>teramako</em:creator>
<em:description>Show TabGroup list</em:description>
<em:optionsURL>chrome://pano/content/preferences.xul</em:optionsURL>
<em:homepageURL>https://github.com/yibe/Pano</em:homepageURL>
<em:iconURL>chrome://pano/content/pano.svg</em:iconURL>
<em:contributor>Higmmer</em:contributor>
<em:contributor>mooz</em:contributor>
<em:contributor>limbert carrillo</em:contributor>
<em:localized>
<Description>
<em:locale>ja</em:locale>
<em:name>Pano</em:name>
<em:description>タブグループをリスト表示します</em:description>
<em:contributor>Higmmer</em:contributor>
<em:contributor>mooz</em:contributor>
<em:contributor>limbert carrillo</em:contributor>
</Description>
</em:localized>
<em:targetApplication>
<Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
<em:minVersion>44.0a1</em:minVersion>
<em:maxVersion>54.0a1</em:maxVersion>
</Description>
</em:targetApplication>
<em:multiprocessCompatible>true</em:multiprocessCompatible>
</Description>
</RDF>