-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmanifest.json
44 lines (44 loc) · 1.43 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
{
"name": "PulseHax",
"version": "0.12.4",
"description": "Hacking pulsus has never been so easy",
"permissions": ["storage"],
"host_permissions": ["https://pulsus.cc/*","https://www.pulsus.cc/*"],
"content_scripts": [{
"matches": ["https://pulsus.cc/*","https://www.pulsus.cc/*"],
"js": ["/pulsehax/game-scripts/contentScript.js"],
"all_frames": true
}],
"web_accessible_resources": [{
"resources": [
"/pulsehax/game-scripts/Init.js",
"/pulsehax/game-scripts/editorMenu.js",
"/assets/game/icon.ico",
"/assets/audio/retry.wav",
"/assets/audio/scroll.wav",
"/assets/audio/load.wav",
"/assets/script/jzip.min.js",
"*"
],
"matches": ["https://pulsus.cc/*","https://www.pulsus.cc/*"]
}],
"action": {
"default_icon": {
"128": "/assets/icons/icon_128.png",
"64": "/assets/icons/icon_64.png",
"32": "/assets/icons/icon_32.png",
"48": "/assets/icons/icon_48.png",
"16": "/assets/icons/icon_16.png"
},
"default_title": "PulseHax",
"default_popup": "/pulsehax/popup-windows/popup.html"
},
"icons": {
"128": "/assets/icons/icon_128.png",
"64": "/assets/icons/icon_64.png",
"32": "/assets/icons/icon_32.png",
"48": "/assets/icons/icon_48.png",
"16": "/assets/icons/icon_16.png"
},
"manifest_version": 3
}