-
Notifications
You must be signed in to change notification settings - Fork 1
/
manifest.json
61 lines (61 loc) · 2.66 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
{
"background": {
"persistent": true,
"scripts": [ "conf.js", "securly.min.js" ]
},
"content_scripts": [ {
"all_frames": true,
"js": [ "content.min.js" ],
"matches": [ "*://*.youtube.com/*", "*://youtube.com/*", "*://youtube-nocookie.com/*", "*://*.youtube-nocookie.com/*" ],
"run_at": "document_idle"
}, {
"all_frames": true,
"js": [ "content2.min.js" ],
"matches": [ "*://*.google.com/maps/*", "*://google.com/maps/*" ],
"run_at": "document_idle"
}, {
"all_frames": true,
"js": [ "content3.min.js" ],
"matches": [ "*://bing.com/search*", "*://www.bing.com/search*", "*://search.yahoo.com/search*", "*://www.search.yahoo.com/search*", "*://youtube.com/*", "*://www.youtube.com/*", "*://google.com/search*", "*://www.google.com/search*", "*://google.co.uk/search*", "*://www.google.co.uk/search*", "*://google.ie/search*", "*://www.google.ie/search*", "*://google.ca/search*", "*://www.google.ca/search*", "*://google.com.au/search*", "*://www.google.com.au/search*", "*://google.co.in/search*", "*://www.google.co.in/search*" ],
"run_at": "document_idle"
}, {
"all_frames": true,
"js": [ "content6.min.js" ],
"matches": [ "*://meet.google.com/*" ],
"run_at": "document_idle"
}, {
"all_frames": false,
"js": [ "content4.min.js" ],
"matches": [ "\u003Call_urls>" ],
"run_at": "document_idle"
}, {
"all_frames": true,
"js": [ "content7.min.js" ],
"matches": [ "*://chat.google.com/*" ],
"run_at": "document_idle"
}, {
"all_frames": true,
"include_globs": [ "https://www.google.*/*" ],
"js": [ "content8.min.js" ],
"matches": [ "https://*/*" ],
"run_at": "document_idle"
} ],
"description": "Secure and manage your 1:1 Chromebooks with Securly",
"icons": {
"128": "icon128.png",
"16": "icon16.png",
"48": "icon48.png"
},
"key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDAb9tHNQkaX2R/K5CjzGgei7aQXn4wRkJyL8ZRhje0xjgHRPrK0zPictv4i/G0pIUQjoOpPt7QcgenbwbnJ73rRcNtDP03y69cQt8mIrZssAYcyjxSPYOiOABbWLSFp61YRkzfLbnNg/3brOI5sAXigyvJO7ze7cJFH2S/dmsI3wIDAQAB",
"manifest_version": 2,
"name": "Securly for Chromebooks",
"oauth2": {
"client_id": "979354546084.apps.googleusercontent.com",
"scopes": [ "email" ]
},
"permissions": [ "webRequest", "webRequestBlocking", "identity", "*://*/", "file://*", "cookies", "tabs", "browsingData", "identity.email", "geolocation", "idle", "downloads" ],
"short_name": "Securly",
"update_url": "https://clients2.google.com/service/update2/crx",
"version": "2.98.41",
"web_accessible_resources": [ "fonts/*", "*.svg" ]
}