OLD | NEW |
1 { | 1 { |
2 "name": "Stylizr", | 2 "name": "Stylizr", |
3 "description": "Spruce up your pages with custom CSS.", | 3 "description": "Spruce up your pages with custom CSS.", |
4 "version": "1.0", | 4 "version": "1.0", |
5 | 5 |
6 "permissions": [ | 6 "permissions": [ |
| 7 "storage", |
7 "tabs", | 8 "tabs", |
8 "<all_urls>", | 9 "<all_urls>" |
9 "experimental" | |
10 ], | 10 ], |
11 | 11 |
12 "options_page": "options.html", | 12 "options_page": "options.html", |
13 | 13 |
14 "browser_action": { | 14 "browser_action": { |
15 "default_icon": "icon.png", | 15 "default_icon": "icon.png", |
16 "default_title": "Stylize!", | 16 "default_title": "Stylize!", |
17 "default_popup": "popup.html" | 17 "default_popup": "popup.html" |
18 }, | 18 }, |
19 | 19 |
20 "manifest_version": 2 | 20 "manifest_version": 2 |
21 } | 21 } |
OLD | NEW |