|
@@ -2,16 +2,16 @@
|
2
|
2
|
"manifest_version": 2,
|
3
|
3
|
|
4
|
4
|
"name": "Collateral Freedom",
|
5
|
|
- "description": "Find mirrors for blocked websites",
|
|
5
|
+ "description": "Find access to blocked websites",
|
6
|
6
|
"version": "1.0",
|
7
|
7
|
|
8
|
8
|
"icons": {
|
9
|
|
- "128": "icon-128.png"
|
|
9
|
+ "128": "rsc/icon-128.png"
|
10
|
10
|
},
|
11
|
11
|
|
12
|
12
|
"browser_action": {
|
13
|
|
- "default_icon": "icon.png",
|
14
|
|
- "default_popup": "popup.html"
|
|
13
|
+ "default_icon": "rsc/icon.png",
|
|
14
|
+ "default_popup": "index.html"
|
15
|
15
|
},
|
16
|
16
|
|
17
|
17
|
"permissions": [
|