-
Notifications
You must be signed in to change notification settings - Fork 20
/
manifest.json
96 lines (96 loc) · 2.41 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"name": "Join",
"short_name": "Join",
"description": "Bring your devices together",
"version": "1.8.27",
"permissions": [
"identity",
"identity.email",
"background",
"gcm",
"unlimitedStorage",
"notifications",
"tabs",
"clipboardRead",
"clipboardWrite",
"contextMenus",
"geolocation",
"tts",
"offscreen"
],
"host_permissions": [
"https://joinjoaomgcd.appspot.com/",
"http://localhost:8080/",
"https://accounts.google.com/o/oauth2/v2/auth/"
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"icons": {
"16": "icons/small.png",
"48": "icons/medium.png",
"128": "icons/big.png"
},
"action": {
"default_icon": "icons/icon.png",
"default_popup": "devices.html"
},
"web_accessible_resources": [
{
"resources": [
"icons/medium.png"
],
"matches": [
"*://*/*"
]
}
],
"background": {
"service_worker": "service_worker.js"
},
"options_ui": {
"page": "options.html"
},
"commands": {
"popup": {
"suggested_key": {
"default": "Ctrl+Shift+K"
},
"description": "Show devices popup to perform commands",
"global": true
},
"repeat-last-command": {
"suggested_key": {
"default": "Ctrl+Shift+L"
},
"description": "Repeat last command",
"global": true
},
"favorite-command": {
"suggested_key": {
"default": "Ctrl+Shift+P"
},
"description": "Perform Favorite Command",
"global": true
},
"voice-command": {
"suggested_key": {
"default": "Ctrl+Shift+V"
},
"description": "Voice Command",
"global": true
}
},
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsfKrN+vAk/h3UX6prKsJFJi++pcCk3Aw2+L23//tAubEa3ZXM6oLHSRf0E/O7Bk2z/nYVN0enIkJ+D88UMKfGeeVDftuhDTIHRqIn6xSRgrqiOXxiLo7w9AdSHgu7dVkizxuFSVr0rq6HB4gqoeSazZS7V1jYBKZ4ZBtpn32efj9r13YT/C0gwNT7k/hnFd8y2lyahqSDG+hcB+i15naHjMxDgo7sr3xFE4jn46N+QXTfPOV7NntnSKJEE4LEdUFNoSkSniO41Z6AWajgw58JZwFigyLlV7xEA/PIIkRMpX9RIQ3LWbyk5q7rUM+eYvc+WKqIZQSlH76dQTWFPSY+wIDAQAB",
"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.file"
]
},
"manifest_version": 3
}