-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathmanifest.json
More file actions
24 lines (24 loc) · 797 Bytes
/
manifest.json
File metadata and controls
24 lines (24 loc) · 797 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"manifest_version": 2,
"update_url":"http://clients2.google.com/service/update2/crx",
"background": {
"page": "main.html"
},
"browser_action":{
"default_icon":"assets/images/icon-blue.png",
"default_title":"__MSG_manifest_iconTitle__",
"default_popup":"popup.html"
},
"default_locale":"en",
"description":"__MSG_manifest_appDescription__",
"icons":{
"16":"assets/images/icon.png",
"128":"assets/images/icon-128.png"
},
"name":"__MSG_manifest_appName__",
"options_page":"options.html",
"permissions":[ "proxy", "tabs", "<all_urls>" ],
"version":"1.10.1",
"minimum_chrome_version":"18.0.0",
"homepage_url":"https://chrome.google.com/webstore/detail/dpplabbmogkhghncfbfdeeokoefdjegm"
}