avm99963 | 04def3e | 2016-11-27 22:53:05 +0100 | [diff] [blame] | 1 | { |
| 2 | "version": "5.2", |
| 3 | "version_name": "5.2 beta", |
| 4 | "name": "__MSG_name__", |
| 5 | "description": "__MSG_description__", |
| 6 | "background": { |
| 7 | "page": "background.html", |
| 8 | "persistent": false |
| 9 | }, |
| 10 | "browser_action": { |
| 11 | "default_icon": "images/icon_19.png", |
| 12 | "default_title": "__MSG_default_title__", |
| 13 | "default_popup": "popup.html" |
| 14 | }, |
avm99963 | 04def3e | 2016-11-27 22:53:05 +0100 | [diff] [blame] | 15 | "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", |
| 16 | "default_locale": "en", |
| 17 | "icons": { |
| 18 | "16": "images/icon_16.png", |
| 19 | "19": "images/icon_19.png", |
| 20 | "32": "images/icon_32.png", |
| 21 | "48": "images/icon_48.png", |
| 22 | "128": "images/icon_128.png" |
| 23 | }, |
| 24 | "manifest_version": 2, |
| 25 | "options_page": "options.html", |
avm99963 | 476a2a6 | 2021-02-07 00:40:02 +0100 | [diff] [blame^] | 26 | "permissions": [ |
| 27 | "storage", |
| 28 | "activeTab" |
| 29 | ], |
avm99963 | 04def3e | 2016-11-27 22:53:05 +0100 | [diff] [blame] | 30 | "web_accessible_resources": [ |
| 31 | "js/page_context.js", |
| 32 | "style.css" |
| 33 | ] |
| 34 | } |