-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathinstall.rdf
26 lines (22 loc) · 845 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
<?xml version="1.0"?>
<r:RDF xmlns:r="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns="http://www.mozilla.org/2004/em-rdf#">
<r:Description about="urn:mozilla:install-manifest">
<id>{ca8dd6ef-b3ce-4175-94fd-0eca45382519}</id>
<name>ExtEdit</name>
<type>2</type>
<version>0.0.1</version>
<!-- description done with the prefs.js and locale/properties files -->
<!-- Based on the External Editor extension by Alexandre Feblot. -->
<creator>brian m. carlson</creator>
<iconURL>chrome://extedit/content/exteditor.png</iconURL>
<targetApplication>
<r:Description>
<id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</id>
<minVersion>17.0</minVersion>
<maxVersion>31.0.*</maxVersion>
</r:Description>
</targetApplication>
<optionsURL>chrome://extedit/content/settings.xul</optionsURL>
</r:Description>
</r:RDF>