-
Notifications
You must be signed in to change notification settings - Fork 10
/
install.rdf
31 lines (24 loc) · 1.17 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
<?xml version="1.0"?>
<RDF:RDF xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:em="http://www.mozilla.org/2004/em-rdf#">
<RDF:Description about="urn:mozilla:install-manifest">
<em:id>faviconizetab@espion.just-size.jp</em:id>
<em:version>1.1.0</em:version>
<em:type>2</em:type>
<em:name>FaviconizeTab</em:name>
<em:description>The width of the specified tab becomes small up to the size of favicon.</em:description>
<em:creator>Kyosuke Takayama</em:creator>
<em:homepageURL>http://espion.just-size.jp/archives/06/308085916.html</em:homepageURL>
<em:optionsURL>chrome://faviconizetab/content/addon/prefs.xul</em:optionsURL>
<em:iconURL>chrome://faviconizetab/content/faviconizetab.png</em:iconURL>
<em:contributor>Arthur</em:contributor>
<em:multiprocessCompatible>true</em:multiprocessCompatible>
<em:targetApplication>
<RDF:Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
<em:minVersion>4.0</em:minVersion>
<em:maxVersion>49.*</em:maxVersion>
</RDF:Description>
</em:targetApplication>
</RDF:Description>
</RDF:RDF>