forked from A9T9/Copyfish
-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.json
34 lines (34 loc) · 989 Bytes
/
manifest.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"background": {
"scripts": [ "scripts/jquery.min.js", "scripts/chromereload.js", "scripts/background.js" ]
},
"version": "5.0.1",
"browser_action": {
"default_icon": {
"19": "images/icon-19.png",
"38": "images/icon-38.png"
},
"default_title": "__MSG_appName__"
},
"default_locale": "en",
"description": "__MSG_appDescription__",
"icons": {
"128": "images/icon-128.png",
"16": "images/icon-16.png",
"19": "images/icon-19.png",
"38": "images/icon-38.png"
},
"manifest_version": 2,
"name": "__MSG_appName__",
"options_page": "options.html",
"permissions": [
"contextMenus",
"activeTab",
"storage",
"notifications",
"nativeMessaging"
],
"short_name": "__MSG_appShortName__",
"update_url": "https://clients2.google.com/service/update2/crx",
"web_accessible_resources": [ "dialog.html", "config/config.json", "images/gear.png", "images/outside.png", "images/close.png","images/translate.png"]
}