-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathmanifest.json
68 lines (68 loc) · 2.07 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "Join by joaoapps",
"short_name": "Join",
"description": "Bring your devices together",
"version": "1.0.18",
"permissions": [
"storage",
"webRequest",
"webRequestBlocking",
"notifications",
"tabs",
"https://localhost:8080/",
"http://localhost/",
"https://joinjoaomgcd.appspot.com/",
"https://accounts.google.com/o/oauth2/v2/auth/",
"https://www.googleapis.com/oauth2/v1/userinfo/",
"https://gcm-http.googleapis.com/gcm/send",
"contextMenus",
"activeTab"
],
"externally_connectable": {
"matches": [
"*://joinjoaomgcd.appspot.com/*",
"http://192.168.12.100/*"
]
},
"icons": {
"16": "icons/small.png",
"48": "icons/medium.png",
"128": "icons/big.png"
},
"browser_action": {
"browser_style": true,
"default_icon": "icon/con.png",
"default_popup": "devices.html"
},
"web_accessible_resources": [
"icons/medium.png"
],
"background": {
"scripts": [
"js/base/extensions.js",
"js/utils.js",
"js/joindevices.js",
"js/windowmanagement.js",
"js/auth.js",
"js/base/deviceIdsAndDirectDevices.js",
"js/joinwebapi.js",
"js/chromenotifications.js",
"js/base/contextmenu.js",
"js/base/gcm.js",
"js/init.js",
"join.js"
]
},
"oauth2": {
"client_id": "596310809542-5tfd4b5u90jmh0r664mdl73cnct5m0ea.apps.googleusercontent.com",
"client_id_web": "596310809542-c2bg952rtmf05el5kouqlcf0ajqnfpdl.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",
"https://www.googleapis.com/auth/drive",
"https://www.googleapis.com/auth/drive.file"
]
},
"manifest_version": 2
}