Explorar el Código

Tweaked manifest to have the extension running in Firefox

Brendan Abolivier hace 8 años
padre
commit
70b2f5f13d
Firmado por: Brendan Abolivier <contact@brendanabolivier.com> ID clave GPG: 8EF1500759F70623
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. 3
    3
      manifest.json

+ 3
- 3
manifest.json Ver fichero

@@ -10,6 +10,7 @@
10 10
     },
11 11
 
12 12
     "browser_action": {
13
+        "browser_style": false,
13 14
         "default_icon": "rsc/icon.png",
14 15
         "default_popup": "index.html"
15 16
     },
@@ -20,13 +21,12 @@
20 21
     ],
21 22
 
22 23
     "background": {
23
-        "scripts": ["jquery.js", "eventPage.js"],
24
-        "persistent": false
24
+        "scripts": ["jquery.js", "backgroundPage.js"]
25 25
     },
26 26
 
27 27
     "applications": {
28 28
         "gecko": {
29
-            "id": "collateralfreedom@brendanabolivier.com"
29
+            "id": "collateral-freedom@rsf.org"
30 30
         }
31 31
     }
32 32
 }