Adrià | bf3ff68 | 2014-07-19 20:32:17 +0200 | [diff] [blame] | 1 | { |
| 2 | "manifest_version": 2, |
Adrià | 3a50343 | 2014-11-02 17:02:04 +0100 | [diff] [blame] | 3 | "name": "__MSG_appBetaName__", |
Adrià | bf3ff68 | 2014-07-19 20:32:17 +0200 | [diff] [blame] | 4 | "description": "__MSG_appDescription__", |
avm99963 | 04b572c | 2016-06-20 16:37:11 +0200 | [diff] [blame^] | 5 | "version": "0.8.1", |
Adrià | bf3ff68 | 2014-07-19 20:32:17 +0200 | [diff] [blame] | 6 | "permissions": [ |
| 7 | "contextMenus", |
| 8 | "storage", |
| 9 | "notifications" |
| 10 | ], |
| 11 | "icons": { |
Adrià | 348cbb7 | 2014-11-09 22:20:09 +0100 | [diff] [blame] | 12 | "16": "icons/translate-16.png", |
| 13 | "32": "icons/translate-32.png", |
| 14 | "64": "icons/translate-64.png", |
| 15 | "128": "icons/translate-128.png", |
| 16 | "256": "icons/translate-256.png" |
Adrià | bf3ff68 | 2014-07-19 20:32:17 +0200 | [diff] [blame] | 17 | }, |
| 18 | "background": { |
avm99963 | 866f73d | 2015-06-29 17:09:36 +0200 | [diff] [blame] | 19 | "scripts": ["background.js"], |
| 20 | "persistent": false |
Adrià | bf3ff68 | 2014-07-19 20:32:17 +0200 | [diff] [blame] | 21 | }, |
| 22 | "options_page": "options.html", |
Adrià | 956b32a | 2015-01-01 20:03:07 +0100 | [diff] [blame] | 23 | "options_ui": { |
| 24 | "page": "options.html", |
| 25 | "chrome_style": true |
| 26 | }, |
Adrià | bf3ff68 | 2014-07-19 20:32:17 +0200 | [diff] [blame] | 27 | "default_locale": "en" |
| 28 | } |