Browse Source

Tweaked manifest to have the extension running in Firefox

Brendan Abolivier 8 years ago
parent
commit
70b2f5f13d
Signed by: Brendan Abolivier <contact@brendanabolivier.com> GPG key ID: 8EF1500759F70623
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      manifest.json

+ 3
- 3
manifest.json View File

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