This repository has been archived by the owner on Aug 3, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.json
executable file
·71 lines (71 loc) · 1.65 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
{
"author": "Sahin Deniz - traBolic",
"background": {
"scripts": [
"background/background.js"
]
},
"browser_action": {
"default_icon": {
"19": "icons/icon19.png",
"38": "icons/icon38.png",
"128": "icons/icon128.png"
},
"default_popup": "popup/index.html",
"default_title": "__MSG_btnTooltip__"
},
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"default_locale": "en",
"description": "__MSG_appDescription__",
"externally_connectable": {
"matches": [
"*://eodev.com/*",
"*://znanija.com/*",
"*://nosdevoirs.fr/*",
"*://brainly.pl/*",
"*://brainly.in/*",
"*://brainly.ph/*",
"*://brainly.ro/*",
"*://brainly.com/*",
"*://brainly.lat/*",
"*://brainly.co.id/*",
"*://brainly.com.br/*"
]
},
"icons": {
"16": "icons/icon16.png",
"48": "icons/icon48.png",
"64": "icons/icon64.png",
"128": "icons/icon128.png",
"256": "icons/icon256.png",
"512": "icons/icon512.png"
},
"incognito": "spanning",
"manifest_version": 2,
"name": "__MSG_appName__",
"options_ui": {
"chrome_style": true,
"page": "options/index.html"
},
"permissions": [
"tabs",
"storage",
"contextMenus",
"*://eodev.com/*",
"*://znanija.com/*",
"*://nosdevoirs.fr/*",
"*://brainly.pl/*",
"*://brainly.in/*",
"*://brainly.ph/*",
"*://brainly.ro/*",
"*://brainly.com/*",
"*://brainly.lat/*",
"*://brainly.co.id/*",
"*://brainly.com.br/*"
],
"short_name": "__MSG_btnTooltip__",
"version": "gulp-fill-this",
"web_accessible_resources": [
"*/*"
]
}