]> git.donarmstrong.com Git - dactyl.git/blobdiff - pentadactyl/config.json
Imported Upstream version 1.1+hg7904
[dactyl.git] / pentadactyl / config.json
index 5ba3bdd9875a89b91c21032873741a5124fc2290..dc1e8ec66e51dcdec6d6c3820361fec6fd8d0641 100644 (file)
@@ -9,6 +9,29 @@
         "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",
+            "categories": {
+                "command-line-handler": "m-dactyl"
+            }
+        }
+    },
+
     "autocommands": {
         "BookmarkAdd":      "Triggered after a page is bookmarked",
         "BookmarkChange":   "Triggered after a page's bookmark is changed",