Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 { | 1 { |
| 2 "name": "__MSG_name__", | 2 "name": "__MSG_name__", |
| 3 "description": "__MSG_description__", | 3 "description": "__MSG_description__", |
| 4 "default_locale":"en", | 4 "default_locale":"en", |
| 5 "options_page": "views/options.html", | 5 "options_page": "views/options.html", |
| 6 "version": "1.2.2", | 6 "version": "1.2.2", |
| 7 "background_page": "views/background.html", | 7 "background_page": "views/background.html", |
| 8 "permissions": [ | 8 "permissions": [ |
| 9 "tabs", "http://*.google.com/", "https://*.google.com/" | 9 "tabs", "http://*.google.com/", "https://*.google.com/" |
| 10 ], | 10 ], |
| 11 "browser_action": { | 11 "browser_action": { |
| 12 "default_title": "__MSG_title__" | 12 "default_title": "__MSG_title__" |
| 13 }, | 13 }, |
| 14 "icons": { | 14 "icons": { |
| 15 "128": "images/icon-128.gif", | 15 "128": "images/icon-128.gif", |
| 16 "16":"images/icon-16.gif" | 16 "16":"images/icon-16.gif" |
| 17 } | 17 }, |
| 18 "content_security_policy": "default-src 'self' *.google.com" | |
|
abarth-chromium
2011/08/12 22:08:00
I doubt this does what you want. You probably wan
| |
| 18 } | 19 } |
| OLD | NEW |