blob: e0e223e35fa655b405492e8aab862a53d2b52c0a [file] [log] [blame]
avm9996304def3e2016-11-27 22:53:05 +01001{
avm99963d2430692021-02-07 01:00:27 +01002 "version": "0",
3 "version_name": "dirty",
avm9996304def3e2016-11-27 22:53:05 +01004 "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 },
avm9996304def3e2016-11-27 22:53:05 +010015 "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",
avm99963476a2a62021-02-07 00:40:02 +010026 "permissions": [
27 "storage",
28 "activeTab"
29 ],
avm9996304def3e2016-11-27 22:53:05 +010030 "web_accessible_resources": [
31 "js/page_context.js",
32 "style.css"
33 ]
34}