blob: aa781cbbcff73f52369b3876e426493926eb3db8 [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": [
Adrià Vilanova Martíneza197d862022-05-27 17:33:20 +020023 "background.bundle.js"
avm99963ce257a92020-12-27 00:07:13 +010024 ],
avm99963866f73d2015-06-29 17:09:36 +020025 "persistent": false
Adriàbf3ff682014-07-19 20:32:17 +020026 },
27 "options_page": "options.html",
Adrià956b32a2015-01-01 20:03:07 +010028 "options_ui": {
29 "page": "options.html",
30 "chrome_style": true
31 },
avm99963ce257a92020-12-27 00:07:13 +010032 "browser_action": {},
Adrià Vilanova Martíneze5263f12022-05-29 19:22:13 +020033 "default_locale": "en",
34 "minimum_chrome_version": "86.0.4198.0"
Adriàbf3ff682014-07-19 20:32:17 +020035}