-
Notifications
You must be signed in to change notification settings - Fork 16
/
install.rdf
33 lines (30 loc) · 1.33 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
<?xml version="1.0"?>
<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>[email protected]</em:id>
<em:name>Make It Red</em:name>
<em:version>1.1</em:version>
<em:multiprocessCompatible>true</em:multiprocessCompatible>
<em:updateURL>https://zotero-download.s3.amazonaws.com/tmp/make-it-red/updates-1.1.json</em:updateURL>
<em:homepageURL>https://github.com/zotero/make-it-red</em:homepageURL>
<em:localized>
<Description>
<em:locale>en-US</em:locale>
<em:name>Make It Red </em:name>
<em:description>Makes everything red</em:description>
</Description>
</em:localized>
<em:creator>Zotero</em:creator>
<em:type>2</em:type> <!-- type=extension -->
<em:iconURL>chrome://make-it-red/skin/icon.png</em:iconURL>
<em:icon64URL>chrome://make-it-red/skin/icon64.png</em:icon64URL>
<em:targetApplication>
<Description>
<em:id>[email protected]</em:id>
<em:minVersion>6.0</em:minVersion>
<em:maxVersion>*</em:maxVersion>
</Description>
</em:targetApplication>
</Description>
</RDF>