Selaa lähdekoodia

Started tweaking extension for Firefox

Brendan Abolivier 8 vuotta sitten
vanhempi
commit
ee10b1253a
1 muutettua tiedostoa jossa 6 lisäystä ja 0 poistoa
  1. 6
    0
      manifest.json

+ 6
- 0
manifest.json Näytä tiedosto

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