Explorar el Código

Started tweaking extension for Firefox

Brendan Abolivier hace 8 años
padre
commit
ee10b1253a
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  1. 6
    0
      manifest.json

+ 6
- 0
manifest.json Ver fichero

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