-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathinstall.rdf
21 lines (21 loc) · 948 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>youtubelazy@Off.JustOff</em:id>
<em:version>1.0.6</em:version>
<em:type>2</em:type>
<em:bootstrap>true</em:bootstrap>
<em:name>YouTube Lazy Load</em:name>
<em:description>Prevent YouTube from auto-load and auto-play videos</em:description>
<em:creator>Off JustOff <Off.Just.Off@gmail.com></em:creator>
<em:homepageURL>https://github.com/JustOff/youtube-lazy-load/</em:homepageURL>
<em:updateURL>https://raw.githubusercontent.com/JustOff/youtube-lazy-load/master/update.xml</em:updateURL>
<em:targetApplication>
<Description>
<em:id>{8de7fcbb-c55c-4fbe-bfc5-fc555c87dbc4}</em:id>
<em:minVersion>27.0.0</em:minVersion>
<em:maxVersion>29.*</em:maxVersion>
</Description>
</em:targetApplication>
</Description>
</RDF>