-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
38 lines (38 loc) · 925 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
35
36
37
38
{
"name": "ShareTo",
"version": "1.0",
"description": "Easy sharing!",
"permissions": [
"tabs",
"storage",
"declarativeContent"
],
"background": {
"scripts": [
"js/background.js"
],
"persistent": false
},
"page_action": {
"default_popup": "index.html",
"default_icon": {
"72": "images/72.png",
"96": "images/96.png",
"128": "images/128.png",
"144": "images/144.png",
"152": "images/152.png",
"192": "images/192.png",
"384": "images/384.png"
}
},
"icons": {
"72": "images/72.png",
"96": "images/96.png",
"128": "images/128.png",
"144": "images/144.png",
"152": "images/152.png",
"192": "images/192.png",
"384": "images/384.png"
},
"manifest_version": 2
}