-
Notifications
You must be signed in to change notification settings - Fork 0
/
install.rdf
28 lines (28 loc) · 1.47 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
<?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">
<!-- Unique ID for extension. Can be in e-mail address format or GUID format -->
<em:id>[email protected]</em:id>
<!-- Indicates that this add-on is an extension -->
<em:type>2</em:type>
<!-- Extension name displayed in Add-on Manager -->
<em:name>Augmented Steam Legacy</em:name>
<!-- Extension version number. There is a version numbering scheme you must follow -->
<em:version>0.2</em:version>
<!-- Brief description displayed in Add-on Manager -->
<em:description>unofficial Augmented Steam for Palemoon</em:description>
<!-- Name of extension's primary developer. Change to your name -->
<em:creator>Ryzhehvost</em:creator>
<!-- Web page address through which extension is distributed -->
<em:homepageURL>https://github.com/Ryzhehvost/AugmentedSteamLegacy</em:homepageURL>
<em:iconURL>chrome://AugmentedSteamLegacy/content/AugmentedSteam/img/es_32.png</em:iconURL>
<!-- This section gives details of the target application for the extension (in this case: Palemoon 28) -->
<em:targetApplication>
<Description>
<em:id>{8de7fcbb-c55c-4fbe-bfc5-fc555c87dbc4}</em:id>
<em:minVersion>28.0</em:minVersion>
<em:maxVersion>*</em:maxVersion>
</Description>
</em:targetApplication>
</Description>
</RDF>