forked from S-NA/Suspend-background-tabs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinstall.rdf
55 lines (55 loc) · 2.51 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<?xml version="1.0" encoding="UTF-8"?>
<!-- This Source Code is subject to the terms of the Mozilla Public License
- version 2.0 (the "License"). You can obtain a copy of the License at
- http://mozilla.org/MPL/2.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>{1474867A-4655-11E3-BC1F-0DB06188709B}</em:id>
<em:version>0.0.1a</em:version>
<em:name>Suspend background tabs</em:name>
<em:description>Delays periodical actions in background tabs until they are selected again, saves CPU time.</em:description>
<em:creator>Wladimir Palant</em:creator>
<em:developer>Kami Mikazuki</em:developer>
<em:contributor>Christian Sonne</em:contributor>
<em:homepageURL>https://addons.mozilla.org/addon/suspend-background-tabs/</em:homepageURL>
<em:type>2</em:type>
<em:bootstrap>true</em:bootstrap>
<em:optionsURL>chrome://suspendbackgroundtabs/content/settings.xul</em:optionsURL>
<em:optionsType>2</em:optionsType>
<em:localized>
<Description>
<em:locale>en-US</em:locale>
<em:creator>Wladimir Palant</em:creator>
<em:developer>Kami Mikazuki</em:developer>
<em:contributor>Christian Sonne</em:contributor>
<em:name>Suspend background tabs</em:name>
<em:description>Delays periodical actions in background tabs until they are selected again, saves CPU time.</em:description>
<em:homepageURL>https://addons.mozilla.org/addon/suspend-background-tabs/</em:homepageURL>
</Description>
</em:localized>
<em:targetApplication>
<Description>
<!-- Firefox -->
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
<em:minVersion>16.0</em:minVersion>
<em:maxVersion>30.0*</em:maxVersion>
</Description>
</em:targetApplication>
<em:targetApplication>
<Description>
<!-- Seamonkey -->
<em:id>{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}</em:id>
<em:minVersion>2.13</em:minVersion>
<em:maxVersion>2.27</em:maxVersion>
</Description>
</em:targetApplication>
<em:targetApplication>
<Description>
<!-- Pale Moon -->
<em:id>{8de7fcbb-c55c-4fbe-bfc5-fc555c87dbc4}</em:id>
<em:minVersion>25.0</em:minVersion>
<em:maxVersion>25.*</em:maxVersion>
</Description>
</em:targetApplication>
</Description>
</RDF>