forked from BooyahTV/Booyah.tv
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifestmoz.json
77 lines (74 loc) · 2.17 KB
/
manifestmoz.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
{
"name": "Booyah.tv",
"version": "1.52",
"description": "Mejora la experiencia de Booyah.live",
"manifest_version": 2,
"background": {
"scripts": ["background.js"],
"persistent": true
},
"applications": {
"gecko": {
"strict_min_version": "60.0",
"id": "{e81430dc-cecc-4d51-8ccf-08716d5cb5ec}"
}
},
"permissions": [
"storage",
"tabs",
"*://zzls.xyz/*",
"*://bapi.zzls.xyz/*",
"*://betterttv.com/*",
"*://betterttv.net/*",
"*://api.betterttv.net/*",
"*://frankerfacez.com/*",
"*://api.frankerfacez.com/*",
"*://7tv.app/*",
"*://booyah.live/*",
"*://api.ivr.fi/*",
"*://badges.twitch.tv/*"
],
"icons": {
"16": "16.png",
"48": "48.png",
"128": "128.png"
},
"content_scripts": [ {
"css": [ "css/jquery.modal.min.css", "css/jquery-ui.css", "css/emotes.css", "css/autocomplete.css" ],
"exclude_matches": [ "https://booyah.live/standalone/chatroom/chat-list*" ],
"js": [ "libs/jquery.min.js", "libs/jquery-ui.min.js", "libs/jquery.modal.min.js", "libs/tmi.min.js", "libs/tabcomplete.min.js", "content_scripts/emotes.js" ],
"matches": [ "https://booyah.live/*" ]
}, {
"exclude_matches": [ "https://betterttv.com/dashboard/emotes/upload" ],
"js": [ "libs/jquery.min.js", "content_scripts/bttv.js" ],
"matches": [ "https://betterttv.com/emotes/*" ]
}, {
"js": [ "libs/jquery.min.js", "content_scripts/ffz.js" ],
"matches": [ "https://www.frankerfacez.com/emoticon/*" ]
}, {
"js": [ "libs/jquery.min.js", "content_scripts/7tv.js" ],
"matches": [ "https://7tv.app/*" ]
} ],
"web_accessible_resources": [
"https://booyah.live/*",
"css/optional/interlined.css",
"css/optional/hidebadges.css",
"css/optional/distractfree.css",
"css/optional/hideviewers.css",
"css/optional/hiderecommended.css",
"resources/icons/emote-menu.png",
"resources/icons/twitch.svg",
"resources/badges/staff.png",
"resources/sounds/blip.wav",
"halloween/emote-menu.png",
"css/themes/chatofflove.css",
"css/themes/monouwu.css",
"css/themes/cynthia.css",
"css/themes/moaigr.css",
"css/themes/dylantero.css",
"css/themes/furseloc.css",
"css/themes/homero.css",
"css/themes/bingus.css",
"css/themes/bastordo.css"
]
}