This repository has been archived by the owner on May 26, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 39
/
Copy pathinstall.rdf
33 lines (33 loc) · 1.53 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" 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>@min-vid</em:id>
<em:bootstrap>true</em:bootstrap>
<em:hasEmbeddedWebExtension>true</em:hasEmbeddedWebExtension>
<em:type>2</em:type>
<em:unpack>false</em:unpack>
<em:version>0.4.9</em:version>
<em:name>Min Vid</em:name>
<em:creator>Dave Justice</em:creator>
<em:developer>Jared Hirsch</em:developer>
<em:contributor>Noitidart</em:contributor>
<em:contributor>Peter Dehaan</em:contributor>
<em:contributor>Jen Kagan</em:contributor>
<em:contributor>youwenliang</em:contributor>
<em:contributor>NearTox</em:contributor>
<em:contributor>Chuck Harmston</em:contributor>
<em:contributor>contra</em:contributor>
<em:description>Minimize a web video or audio track into a small always-on-top panel in Firefox.</em:description>
<em:homepageURL>https://testpilot.firefox.com/experiments/min-vid</em:homepageURL>
<em:iconURL>chrome://minvid-skin/content/icon.png</em:iconURL>
<em:updateURL>https://testpilot.firefox.com/files/@min-vid/updates.json</em:updateURL>
<em:targetApplication>
<Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
<em:minVersion>45.0</em:minVersion>
<em:maxVersion>*</em:maxVersion>
</Description>
</em:targetApplication>
<em:multiprocessCompatible>true</em:multiprocessCompatible>
</Description>
</RDF>