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