1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-29 14:35:46 +01:00

Move magical-non-bootstrappable manifest directives to config.json.

This commit is contained in:
Kris Maglione
2014-02-18 22:38:58 -08:00
parent e1cc311f7f
commit 8d6ea20cc4
3 changed files with 43 additions and 41 deletions

View File

@@ -9,6 +9,27 @@
"resource://dactyl/"
],
"resources": {
"dactyl": "../common/modules/",
"dactyl-common": "../common/",
"dactyl-content": "../common/content/",
"dactyl-skin": "../common/skin/",
"dactyl-locale": "../common/locale/",
"dactyl-local": "./",
"dactyl-local-content": "content/",
"dactyl-local-skin": "skin/",
"dactyl-local-locale": "locale/"
},
"components": {
"{16dc34f7-6d22-4aa4-a67f-2921fb5dcb69}": {
"path": "components/commandline-handler.js",
"contract": "@mozilla.org/commandlinehandler/general-startup;1?type=dactyl",
"category": ["command-line-handler", "m-dactyl"]
}
},
"autocommands": {
"BookmarkAdd": "Triggered after a page is bookmarked",
"BookmarkChange": "Triggered after a page's bookmark is changed",