-
Notifications
You must be signed in to change notification settings - Fork 1
/
install.rdf
32 lines (24 loc) · 1014 Bytes
/
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
<?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:name="WebRTC Permissions UI Toggle"
em:description="A toolbar button for SeaMonkey to enable WebRTC, override the missing WebRTC permissions dialog, and allow media capture automatically."
em:creator="Isaac Schemm"
em:id="[email protected]"
em:version="1.4.0"
em:homepageURL="https://github.com/IsaacSchemm/webrtc-permissions-ui-toggle"
em:iconURL="chrome://webrtc-permissions-ui-toggle/content/icon.png"
em:optionsURL="chrome://webrtc-permissions-ui-toggle/content/options.xul"
em:optionsType="2" >
<em:targetApplication>
<!-- SeaMonkey -->
<Description>
<em:id>{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}</em:id>
<em:minVersion>2.46</em:minVersion>
<em:maxVersion>2.54</em:maxVersion>
</Description>
</em:targetApplication>
</Description>
</RDF>