-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathmanifest.json
50 lines (50 loc) · 1.15 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
{
"name": "Chat Bot Chrome",
"description": "Chat bot chrome",
"version": "0.0.1",
"web_accessible_resources": ["web/inject.js"],
"background": {
"scripts": ["background.js"]
},
"content_scripts": [
{
"matches": ["https://*.whatsapp.com/"],
"js": ["web/content_script.js"]
}
],
"externally_connectable": {
"matches": ["https://*.whatsapp.com/"]
},
"browser_action": {
"default_icon": "icon.jpeg"
},
"permissions": [
"tabs",
"activeTab",
"storage",
"nativeMessaging",
"https://*.whatsapp.com/",
"https://*.twitch.tv/",
"http://*.smmry.com/",
"https://*.githubusercontent.com/",
"https://*.imgur.com/",
"https://*.oddshot.tv/",
"http://*.oddshot.tv/",
"https://downloadgram.com/",
"https://*.zomato.com/*",
"https://*.cdninstagram.com/",
"http://*.alnoortv.co/",
"https://*.streamable.com/",
"https://*.streamablevideo.com/",
"http://*.dailymotion.com/",
"https://flixtc.com/",
"https://flixtc.r.worldssl.net/",
"https://*.clippit.tv/",
"https://*.pomfe.co/",
"https://*.cloudconvert.com/",
"https://streamja.com/",
"https://cdnja.r.worldssl.net/",
"https://*.reddit.com/"
],
"manifest_version": 2
}