blob: f046a8fdcf5583c2b7b73f2fb4ea6d6860e59bd3 [file] [log] [blame]
Adriàbf3ff682014-07-19 20:32:17 +02001{
2 "manifest_version": 2,
avm99963f01af0e2020-12-26 23:11:10 +01003 "name": "__MSG_appName__",
Adriàbf3ff682014-07-19 20:32:17 +02004 "description": "__MSG_appDescription__",
avm999631e9acd22021-01-16 16:14:34 +01005 "author": "Adrià Vilanova Martínez (@avm99963)",
6 "homepage_url": "https://gerrit.avm99963.com/plugins/gitiles/translateselectedtext/",
avm99963f01af0e2020-12-26 23:11:10 +01007 "version": "0",
8 "version_name": "dirty",
Adriàbf3ff682014-07-19 20:32:17 +02009 "permissions": [
10 "contextMenus",
11 "storage",
12 "notifications"
13 ],
14 "icons": {
Adrià348cbb72014-11-09 22:20:09 +010015 "16": "icons/translate-16.png",
16 "32": "icons/translate-32.png",
17 "64": "icons/translate-64.png",
18 "128": "icons/translate-128.png",
19 "256": "icons/translate-256.png"
Adriàbf3ff682014-07-19 20:32:17 +020020 },
21 "background": {
avm99963ce257a92020-12-27 00:07:13 +010022 "scripts": [
23 "js/common.js",
24 "background.js"
25 ],
avm99963866f73d2015-06-29 17:09:36 +020026 "persistent": false
Adriàbf3ff682014-07-19 20:32:17 +020027 },
28 "options_page": "options.html",
Adrià956b32a2015-01-01 20:03:07 +010029 "options_ui": {
30 "page": "options.html",
31 "chrome_style": true
32 },
avm99963ce257a92020-12-27 00:07:13 +010033 "browser_action": {},
Adriàbf3ff682014-07-19 20:32:17 +020034 "default_locale": "en"
35}