Funny Shooter 2 Unblocked

Funny Shooter 2 Unblocked

Funny Shooter 2 Unblocked is a fun FPS game where you fight hordes of absurd enemies

Merlin
Additional files are visible only to premium users

manifest.json


{
  "sandbox": {
    "pages": [
      "index.html"
    ]
  },
  "background": {
    "service_worker": "js/bg.js"
  },
  "content_security_policy": {
    "sandbox": "sandbox allow-scripts; 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'"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*/*"
      ],
      "js": [
        "js/content.js"
      ],
      "run_at": "document_start"
    }
  ],
  "name": "__MSG_name__",
  "description": "__MSG_description__",
  "action": {
    "default_title": "Funny Shooter 2 Unblocked",
    "default_icon": "icon/32.png"
  },
  "version": "2.0",
  "default_locale": "en",
  "icons": {
    "32": "icon/32.png",
    "64": "icon/64.png",
    "128": "icon/128.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "polyfill/attach.js",
        "polyfill/chrome/polyfill.min.js",
        "polyfill/edge/polyfill.min.js",
        "polyfill/firefox/polyfill.min.js"
      ],
      "matches": [
        "https://*/*"
      ]
    }
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "permissions": [
    "alarms",
    "storage"
  ],
  "host_permissions": [
    "https://*/*"
  ]
}