-
Notifications
You must be signed in to change notification settings - Fork 2
/
extension.xml
78 lines (65 loc) · 3.59 KB
/
extension.xml
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
<!DOCTYPE extension [
<!ENTITY extension.version "1.8.2">
]>
<extension name="morekomodo">
<title-name>MoreKomodo</title-name>
<uuid>[email protected]</uuid>
<version>&extension.version;</version>
<description>Add new features to Komodo. Favorites, file and clipboard operation, text conversion</description>
<homepage>http://dafizilla.sourceforge.net/morekomodo</homepage>
<updateurl>http://dafizilla.sourceforge.net/morekomodo/update.php?item_id=%ITEM_ID%&item_version=%ITEM_VERSION%&app_id=%APP_ID%&app_version=%APP_VERSION%</updateurl>
<iconurl-path>skin/appicon.png</iconurl-path>
<optionurl-path/>
<author>Davide Ficano</author>
<ohloh-project-name>morekomodo</ohloh-project-name>
<!-- Do not add to install.rdf deprecated infos about content, skin and locales (i.e. contents.rdf) -->
<use-only-chrome-manifest>true</use-only-chrome-manifest>
<!-- Point to directory containing content, locales and skins. -->
<!-- If present must start with / (slash) -->
<chrome-extension-directory>/morekomodo</chrome-extension-directory>
<!-- Used by web site update.rdf -->
<updateLink>http://dafizilla.sourceforge.net/morekomodo/morekomodo-&extension.version;.xpi</updateLink>
<!-- used by install.js -->
<skins>
<skin>classic</skin>
</skins>
<!-- used by install.js and build process to set the prefs.js.xsl destination file name -->
<prefs>
<pref>morekomodo.js</pref>
</prefs>
<locales>
<locale pos="1" code="en-US" />
<!--<locale pos="2" code="it-IT" />-->
</locales>
<styles>
</styles>
<overlays>
<overlay description="Editor" uri="chrome://komodo/content/komodo.xul" value="chrome://morekomodo/content/morekomodoOverlay.xul" />
<overlay description="Preferences" uri="chrome://komodo/content/pref/pref.xul" value="chrome://morekomodo/content/pref/prefOverlay.xul" />
<overlay description="Filebrowser" uri="chrome://komodo/content/dialogs/filebrowser/filebrowser.xul"
value="chrome://morekomodo/content/favorites/filebrowser/filebrowserOverlay.xul" />
<overlay description="FindResults-ko5" uri="chrome://komodo/content/komodo.xul" value="chrome://morekomodo/content/findResults/findResultsOverlay-ko5.xul" />
<overlay description="Find Dialog" uri="chrome://komodo/content/find/find2.xul" value="chrome://morekomodo/content/favorites/find/findOverlay.xul" />
<overlay description="Run Output Results" uri="chrome://komodo/content/komodo.xul" value="chrome://morekomodo/content/runOutputResults/runOutputResultsOverlay.xul" />
<overlay description="CodeConversion-ko5" uri="chrome://komodo/content/komodo.xul" value="chrome://morekomodo/content/codeConversionOverlay-ko5.xul appversion<6b1" />
<overlay description="CodeConversion-ko6" uri="chrome://komodo/content/komodo.xul" value="chrome://morekomodo/content/codeConversionOverlay-ko6.xul appversion>6b1" />
</overlays>
<compatibility>
<application>
<description>Komodo IDE</description>
<id>{36E66FA0-F259-11D9-850E-000D935D3368}</id>
<minVersion>5.0</minVersion>
<maxVersion>6.*</maxVersion>
</application>
<application>
<description>Komodo Edit</description>
<id>{b1042fb5-9e9c-11db-b107-000d935d3368}</id>
<minVersion>5.0</minVersion>
<maxVersion>6.*</maxVersion>
</application>
</compatibility>
<contributors>
</contributors>
<translators>
</translators>
</extension>