-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
45 lines (45 loc) · 1.38 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
{
"background": {
"page": "global.html"
},
"browser_action": {
"default_icon": "icon_16.png",
"default_popup": "popover.html",
"default_title": "FOCUS"
},
"content_scripts": [
{
"js": [
"inject-chrome.js"
],
"matches": [
"http://*/*",
"https://*/*"
]
}
],
"content_security_policy": "script-src 'self' https://ssl.google-analytics.com https://www.bumblebeesystems.com https://connect.facebook.net; object-src 'self'",
"default_locale": "en",
"description": "Blocking time-wasting sites while you are working",
"homepage_url": "https://www.linkedin.com/in/mirtunjayvitcc",
"icons": {
"128": "icon.png",
"16": "icon_16.png",
"48": "icon_48.png"
},
"incognito": "spanning",
"key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC6lrA7F0t4ZogmuiIHwVtBpMrxsm+z5pz/L6hQwswFZcsTRitz8O2DlEHWaVpuTYVelO3HFSulToF+/02yncFlwVMQm9x8hlnSp3a8+HNdgZ+LeyU6fn/Vlg0ttxTnpeRmsPUBG12fCHmkWo8D8p9fLmkeGkJ3IqkCM8K8culjHwIDAQAB",
"manifest_version": 2,
"name": "FOCUS",
"options_page": "view.html",
"permissions": [
"tabs",
"contextMenus",
"idle",
"storage",
"https://focususermanagement.herokuapp.com/somethingLogin/*",
"notifications"
],
"update_url": "https://clients2.google.com/service/update2/crx",
"version": "1.0"
}