Sfoglia il codice sorgente

Started tweaking extension for Firefox

Brendan Abolivier 8 anni fa
parent
commit
ee10b1253a
1 ha cambiato i file con 6 aggiunte e 0 eliminazioni
  1. 6
    0
      manifest.json

+ 6
- 0
manifest.json Vedi File

@@ -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
 }