-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
92 lines (87 loc) · 1.99 KB
/
manifest.json
File metadata and controls
92 lines (87 loc) · 1.99 KB
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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"name": "Survivio+",
"version": "1.0.0",
"description": "Mods by SCAR-H YT",
"permissions": [
"tabs",
"storage",
"*://*/*",
"declarativeContent",
"webRequest",
"webRequestBlocking"
],
"background": {
"scripts": [
"background.js"
],
"persistent": true
},
"externally_connectable": {
"matches": [
"*://*.surviv.io/*",
"*://*.ptr.surviv.io/*",
"*://*.surviv2.io/",
"*://*.2dbattleroyale.com/",
"*://*.2dbattleroyale.org/",
"*://*.piearesquared.info/",
"*://*.thecircleisclosing.com/",
"*://*.parmainitiative.com/",
"*://*.twitch.tv/popout/prismatichub/extensions/c79geyxwmp1zpas3qxbddzrtytffta/panel"
]
},
"browser_action": {
"default_title": "Survivio+",
"default_icon": "128.png"
},
"icons": {
"16": "16.png",
"48": "48.png",
"128": "128.png"
},
"web_accessible_resources": [
"payload/gameVars.js",
"payload/gameSetting.js",
"payload/gameInit.js",
"payload/gameFree.js",
"payload/gameOverride.js",
"payload/gameUpdate.js",
"payload/gameRender.js",
"payload/pingOverride.js",
"payload/menuAppearance.js",
"payload/documentChange.js",
"payload/help-en.html",
"payload/help-ru.html",
"payload/menu.html",
"payload/menu.css",
"payload/FPSCounter.html",
"payload/glitchLogo.css",
"third_party/jquery-3.3.1.min.js",
"webpack_override.js"
],
"content_scripts": [
{
"matches": [
"*://surviv.io/*",
"*://*.ptr.surviv.io/*",
"*://surviv2.io/",
"*://2dbattleroyale.com/",
"*://2dbattleroyale.org/",
"*://piearesquared.info/",
"*://thecircleisclosing.com/",
"*://*.parmainitiative.com/",
"*://*.twitch.tv/popout/prismatichub/extensions/c79geyxwmp1zpas3qxbddzrtytffta/panel"
],
"js": [
"start.js"
],
"css": [
"payload/glitchLogo.css",
"payload/menu.css",
"payload/disableButtons.css"
],
"run_at": "document_start"
}
],
"manifest_version": 2,
"content_security_policy": "script-src 'self' https://ajax.googleapis.com; object-src 'self'"
}