File: install.rdf

package info (click to toggle)
xul-ext-exteditor 1.0.3-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 412 kB
  • sloc: lisp: 43; makefile: 12
file content (29 lines) | stat: -rw-r--r-- 975 bytes parent folder | download
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
<?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>{11d1a081-b8c3-4002-af38-6ad3e899fdfa}</id>

    <name>External Editor</name>
    <type>2</type>
    <version>1.0.3</version>
    <!-- description done with the prefs.js and locale/properties files -->
    <creator>Alexandre Feblot</creator>
    <creator>snipsnipsnip</creator>
    <homepageURL>http://github.com/exteditor/exteditor/releases/</homepageURL>
    <iconURL>chrome://exteditor/content/exteditor.png</iconURL>

    <targetApplication>
      <r:Description>
        <id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</id>
        <minVersion>3.1</minVersion>
        <maxVersion>60.*</maxVersion>
      </r:Description>
    </targetApplication>

    <optionsURL>chrome://exteditor/content/settings.xul</optionsURL>

  </r:Description>
</r:RDF>