forked from dafizilla/komodo-morekomodo
-
Notifications
You must be signed in to change notification settings - Fork 1
/
extension.xml
67 lines (66 loc) · 4.49 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
<extension name="morekomodo">
<title-name>MoreKomodo</title-name>
<uuid>[email protected]</uuid>
<version>1.8.3</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-1.8.3.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-ko6" uri="chrome://komodo/content/komodo.xul" value="chrome://morekomodo/content/findResults/findResultsOverlay-ko6.xul appversion<7b1" />
<overlay description="FindResults-ko7" uri="chrome://komodo/content/find/findResultsTab.xul" value="chrome://morekomodo/content/findResults/findResultsOverlay-ko7.xul appversion>7b1" />
<overlay description="FindResults-ko7" uri="chrome://komodo/content/komodo.xul" value="chrome://morekomodo/content/findResults/findResultsHistoryOverlay.xul appversion>7b1" />
<overlay description="Find Dialog" uri="chrome://komodo/content/find/find2.xul" value="chrome://morekomodo/content/favorites/find/findOverlay.xul" />
<!-- Run output overlay ko6 -->
<overlay description="Run Output Results" uri="chrome://komodo/content/komodo.xul" value="chrome://morekomodo/content/runOutputResults/runOutputResultsOverlay.xul appversion<7b1" />
<!-- End Run output overlay version compatibility ko6 -->
<!-- Run output overlay with new panes accommodated ko7 -->
<overlay description="Run Output Results" uri="chrome://komodo/content/run/runOutputPane.xul" value="chrome://morekomodo/content/runOutputResults/runOutputResultsOverlay-main.xul appversion>7b1" />
<overlay description="Run Output Results" uri="chrome://komodo/content/run/runOutputPane.xul" value="chrome://morekomodo/content/runOutputResults/runOutputResultsOverlay-content.xul appversion>7b1" />
<!-- End Run output overlay version compatibility ko7 -->
<overlay description="CodeConversion-ko6" uri="chrome://komodo/content/komodo.xul" value="chrome://morekomodo/content/codeConversionOverlay-ko6.xul appversion<7b1" />
<overlay description="CodeConversion-ko7" uri="chrome://komodo/content/komodo.xul" value="chrome://morekomodo/content/codeConversionOverlay-ko7.xul appversion>7b1" />
</overlays>
<compatibility>
<application>
<description>Komodo IDE</description>
<id>{36E66FA0-F259-11D9-850E-000D935D3368}</id>
<minVersion>6.0</minVersion>
<maxVersion>7.*</maxVersion>
</application>
<application>
<description>Komodo Edit</description>
<id>{b1042fb5-9e9c-11db-b107-000d935d3368}</id>
<minVersion>6.0</minVersion>
<maxVersion>7.*</maxVersion>
</application>
</compatibility>
<contributors></contributors>
<translators></translators>
</extension>