-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathinstall.rdf
31 lines (30 loc) · 1.41 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
<?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:id>[email protected]</em:id>
<em:name>.editorconfig Support</em:name>
<em:version>1.0.1</em:version>
<em:description></em:description>
<em:creator>Nathan Rijksen</em:creator>
<em:homepageURL>http://www.activestate.com/komodo-ide</em:homepageURL>
<em:iconURL>chrome://editorconfig/content/icon.png</em:iconURL>
<em:type>2</em:type> <!-- type=extension -->
<em:targetApplication>
<Description>
<!-- Komodo IDE's uuid -->
<em:id>{36E66FA0-F259-11D9-850E-000D935D3368}</em:id>
<em:minVersion>8.*</em:minVersion> <!-- Workaround for alphanumeric versions - NOT tested on 8.* -->
<em:maxVersion>12.*</em:maxVersion>
</Description>
</em:targetApplication>
<em:targetApplication>
<Description>
<!-- Komodo Edit's uuid -->
<em:id>{b1042fb5-9e9c-11db-b107-000d935d3368}</em:id>
<em:minVersion>8.*</em:minVersion> <!-- Workaround for alphanumeric versions - NOT tested on 8.* -->
<em:maxVersion>12.*</em:maxVersion>
</Description>
</em:targetApplication>
</Description>
</RDF>