forked from Andiedie/sync-my-cookie
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmanifest.json
35 lines (35 loc) · 807 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
{
"name": "Sync My Cookie Plus",
"version": "1.0.0",
"description": "A Chrome extension to synchronize cookies - Plus version by Vantis",
"icons": {
"16": "icon/bing-16x16.png",
"32": "icon/bing-32x32.png",
"48": "icon/bing-48x48.png",
"128": "icon/bing-128x128.png"
},
"browser_action": {
"default_icon": {
"16": "icon/bing-16x16.png",
"32": "icon/bing-32x32.png",
"48": "icon/bing-48x48.png",
"128": "icon/bing-128x128.png"
},
"default_title": "Sync My Cookie Plus",
"default_popup": "popup.html"
},
"options_page": "options.html",
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"permissions": [
"cookies",
"storage",
"<all_urls>",
"tabs"
],
"manifest_version": 2
}