-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathinstall.rdf
21 lines (21 loc) · 940 Bytes
/
install.rdf
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'?>
<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>greedycache@Off.JustOff</em:id>
<em:version>1.2.3</em:version>
<em:type>2</em:type>
<em:bootstrap>true</em:bootstrap>
<em:name>Greedy Cache</em:name>
<em:description>Always load scripts, images and styles from browser's cache</em:description>
<em:creator>Off JustOff <Off.Just.Off@gmail.com></em:creator>
<em:homepageURL>https://github.com/JustOff/greedy-cache/</em:homepageURL>
<em:updateURL>https://raw.githubusercontent.com/JustOff/greedy-cache/master/update.xml</em:updateURL>
<em:targetApplication>
<Description>
<em:id>{8de7fcbb-c55c-4fbe-bfc5-fc555c87dbc4}</em:id>
<em:minVersion>26.0</em:minVersion>
<em:maxVersion>29.*</em:maxVersion>
</Description>
</em:targetApplication>
</Description>
</RDF>