-
Notifications
You must be signed in to change notification settings - Fork 3
/
manifest.json
32 lines (32 loc) · 1.07 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
{
"manifest_version": 3,
"name": "Plant vs. Zombies MODDED Official",
"version": "4.0.0",
"action": {
"default_icon": {
"16": "img/16x16.png",
"24": "img/24x24.png",
"32": "img/32x32.png",
"48": "img/48x48.png",
"64": "img/64x64.png",
"128": "img/128x128.png",
"256": "img/256x256.png",
"512": "img/512x512.png"
},
"default_title": "Click to open the popup",
"default_popup": "game/iframe.html"
},
"offline_enabled": true,
"description": "Play Plant vs. Zombies MODDED Official as a Chrome extension - Also can Play without Internet, try it now!",
"icons": {
"16": "img/16x16.png",
"48": "img/48x48.png",
"256": "img/256x256.png"
},
"content_security_policy": {
"sandbox": "sandbox allow-scripts allow-pointer-lock; script-src 'self' 'unsafe-eval' blob: 'unsafe-inline'; object-src 'self' 'unsafe-eval' blob: 'unsafe-inline';child-src 'self' 'unsafe-eval' blob: 'unsafe-inline' ; worker-src 'self' 'unsafe-eval' blob: 'unsafe-inline'; script-src-elem 'self' 'unsafe-eval' blob: 'unsafe-inline'"
},
"sandbox": {
"pages": ["game/iframe.html"]
}
}