forked from Sneezry/Screen-Capture
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmanifest.json
32 lines (32 loc) · 898 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
{
"manifest_version": 2,
"default_locale": "zh_CN",
"description": "__MSG_extDesp__",
"icons": {
"256": "images/logo.png",
"128": "images/logo_128.png",
"64": "images/logo_128.png",
"32": "images/logo_128.png",
"16": "images/logo_128.png"
},
"manifest_version": 2,
"name": "__MSG_extName__",
"version": "1.1.0",
"background": {
"page": "layout/background.html"
},
"commands": {
"start-capture": {
"suggested_key": {
"default": "Ctrl+Shift+1"
},
"description": "__MSG_start__",
"global": true
}
},
"permissions": [ "tabs", "clipboardRead", "clipboardWrite", "unlimitedStorage", "desktopCapture", "background" ],
"browser_action": {
"default_icon": "images/logo.png",
"default_popup": "layout/popup.html"
}
}