diff options
author | Kris Maglione <maglione.k@gmail.com> | 2011-02-22 10:01:56 -0500 |
---|---|---|
committer | Kris Maglione <maglione.k@gmail.com> | 2011-02-22 10:01:56 -0500 |
commit | 8299257422e11ec7604efbc65f4d2bba365bfeee (patch) | |
tree | ac25440083dd76a469562e4858184e6042635e96 /common/chrome.manifest | |
parent | d92f3f2c9c039b1bcb547171248e519ad53a4343 (diff) | |
download | pentadactyl-8299257422e11ec7604efbc65f4d2bba365bfeee.tar.gz |
Make Melodactyl minimally functional. Closes issue #340.
--HG--
rename : pentadactyl/chrome.manifest => common/chrome.manifest
Diffstat (limited to 'common/chrome.manifest')
-rw-r--r-- | common/chrome.manifest | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/common/chrome.manifest b/common/chrome.manifest new file mode 100644 index 00000000..4995b0e8 --- /dev/null +++ b/common/chrome.manifest @@ -0,0 +1,22 @@ +resource dactyl-local-content content/ +resource dactyl-local-skin skin/ +resource dactyl-local-locale locale/ + +resource dactyl ../common/modules/ +resource dactyl-content ../common/content/ +resource dactyl-skin ../common/skin/ +resource dactyl-locale ../common/locale/ + +content dactyl ../common/content/ + +component {16dc34f7-6d22-4aa4-a67f-2921fb5dcb69} components/commandline-handler.js +contract @mozilla.org/commandlinehandler/general-startup;1?type=dactyl {16dc34f7-6d22-4aa4-a67f-2921fb5dcb69} +category command-line-handler m-dactyl @mozilla.org/commandlinehandler/general-startup;1?type=dactyl + +component {c1b67a07-18f7-4e13-b361-2edcc35a5a0d} components/protocols.js +contract @mozilla.org/network/protocol;1?name=chrome-data {c1b67a07-18f7-4e13-b361-2edcc35a5a0d} +component {9c8f2530-51c8-4d41-b356-319e0b155c44} components/protocols.js +contract @mozilla.org/network/protocol;1?name=dactyl {9c8f2530-51c8-4d41-b356-319e0b155c44} +component {f4506a17-5b4d-4cd9-92d4-2eb4630dc388} components/protocols.js +contract @dactyl.googlecode.com/base/xpc-interface-shim {f4506a17-5b4d-4cd9-92d4-2eb4630dc388} + |