Browse Source

Started tweaking extension for Firefox

Brendan Abolivier 8 years ago
parent
commit
ee10b1253a
1 changed files with 6 additions and 0 deletions
  1. 6
    0
      manifest.json

+ 6
- 0
manifest.json View File

22
     "background": {
22
     "background": {
23
         "scripts": ["jquery.js", "eventPage.js"],
23
         "scripts": ["jquery.js", "eventPage.js"],
24
         "persistent": false
24
         "persistent": false
25
+    },
26
+
27
+    "applications": {
28
+        "gecko": {
29
+            "id": "collateralfreedom@brendanabolivier.com"
30
+        }
25
     }
31
     }
26
 }
32
 }