OLD | NEW |
1 { | 1 { |
2 "name": "Notification Demo", | 2 "name": "Notification Demo", |
3 "version": "1", | 3 "version": "1", |
4 "description": | 4 "description": |
5 "Shows off desktop notifications, which are \"toast\" windows that pop up on
the desktop.", | 5 "Shows off desktop notifications, which are \"toast\" windows that pop up on
the desktop.", |
6 "icons": {"16": "16.png", "48": "48.png", "128": "128.png"}, | 6 "icons": {"16": "16.png", "48": "48.png", "128": "128.png"}, |
7 "permissions": ["tabs", "notifications"], | 7 "permissions": ["tabs", "notifications"], |
8 "options_page": "options.html", | 8 "options_page": "options.html", |
9 "background_page": "background.html" | 9 "background_page": "background.html", |
| 10 "content_security_policy": "script-src 'self'; img-src 'self'" |
10 } | 11 } |
OLD | NEW |