blob: 567ee82457fbaf51446650921bb008188a1d5a0e [file] [log] [blame]
AdriĆ bf3ff682014-07-19 20:32:17 +02001{
2 "manifest_version": 2,
3 "name": "__MSG_appName__",
4 "description": "__MSG_appDescription__",
5 "version": "0.6.1.1",
6 "permissions": [
7 "contextMenus",
8 "storage",
9 "notifications"
10 ],
11 "icons": {
12 "16": "translate-16.png",
13 "32": "translate-32.png",
14 "64": "translate-64.png",
15 "128": "translate-128.png",
16 "256": "translate-256.png"
17 },
18 "background": {
19 "scripts": ["background.js"]
20 },
21 "options_page": "options.html",
22 "default_locale": "en"
23}