Play Funny Shooter 2 Original as a Chrome extension - Also can Play without Internet, try it now!
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"manifest_version": 3,
"name": "__MSG_AppName__",
"version": "2.3",
"version_name": "2.3",
"action": {
"default_icon": {
"16": "img/16x16.png",
"48": "img/48x48.png",
"256": "img/256x256.png"
},
"default_title": "Click to open the popup"
},
"background": {
"service_worker": "update.js"
},
"offline_enabled": true,
"default_locale": "en",
"description": "__MSG_AppDesc__",
"icons": {
"16": "img/16x16.png",
"48": "img/48x48.png",
"256": "img/256x256.png"
},
"options_page": "index.html",
"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/index.html"
]
},
"homepage_url": "https://funnyshooter2.org/"
}