-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
37 lines (37 loc) · 976 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
{
"manifest_version": 2,
"name": "Woodash (Alpha)",
"short_name": "Woodash",
"version": "0.1",
"minimum_chrome_version": "33",
"description": "Woodash, a desktop application for WooCommerce",
"icons": {
"16": "img/icon_16.png",
"128": "img/icon_128.png"
},
"app": {
"background": {
"scripts": ["js/background.js"]
}
},
"permissions": [
"<all_urls>",
"identity",
"contextMenus",
"notifications",
"storage",
"unlimitedStorage",
"syncFileSystem",
"https://accounts.google.com/*",
"https://www.googleapis.com/*",
"https://wp.thewhatwhat.com/*"
],
"oauth2": {
"client_id": "950604327384-cjflr4bhlqovp7ptc5unvlp750o23bd9.apps.googleusercontent.com",
"scopes": [
"https://www.googleapis.com/auth/userinfo.email",
"https://www.googleapis.com/auth/userinfo.profile",
"https://www.googleapis.com/auth/drive.appfolder"
]
}
}