Kaynağa Gözat

Tweaked manifest to have the extension running in Firefox

Brendan Abolivier 8 yıl önce
ebeveyn
işleme
70b2f5f13d
İmzalayan: Brendan Abolivier <contact@brendanabolivier.com> GPC anahtar kimliği: 8EF1500759F70623
1 değiştirilmiş dosya ile 3 ekleme ve 3 silme
  1. 3
    3
      manifest.json

+ 3
- 3
manifest.json Dosyayı Görüntüle

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