-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmanifest.json
53 lines (48 loc) · 1.53 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
{
"name": "CSGOATSE PRO",
"description": "Betting tools and bots for CSGOatse.com",
"version": "1.0",
"icons": {
"128": "128logo.png"
},
"permissions": [
"storage",
"management",
"tabs",
"https://*/",
"https://www.googletagmanager.com/"
],
"background": {
"scripts": ["bg.js"]
},
"content_scripts": [
{
"matches": ["https://csgoatse.com/roulette","https://www.csgoatse.com/roulette","https://www.csgoatse.com/","https://csgoatse.com/"],
"js": ["injectr.js"]
},
{
"matches": ["https://csgoatse.com/dice","https://www.csgoatse.com/dice"],
"js": ["injectd.js"]
},
{
"matches": ["https://csgoatse.com/blackjack","https://www.csgoatse.com/blackjack"],
"js": ["injectb.js"]
},
{
"matches": ["https://csgoatse.com/jackpot","https://www.csgoatse.com/jackpot"],
"js": ["injectj.js"]
},
{
"matches": ["https://csgoatse.com/coinflip","https://www.csgoatse.com/coinflip"],
"js": ["injectc.js"]
}
],
"web_accessible_resources": ["injects/roulette.js","injects/dice.js","injects/blackjack.js","injects/jackpot.js","injects/coin.js","500logo.png","materialize.min.css","popup.js"],
"browser_action": {
"default_title": "CSGOATSE PRO",
"default_icon": "500logo.png",
"default_popup": "popup.html"
},
"content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
"manifest_version" : 2
}