Funny Shooter 2

Funny Shooter 2

Funny Shooter 2 FPS game where you fight tons of absurd enemies

Merlin
Additional files are visible only to premium users

manifest.json


{
  "host_permissions": [
    "https://*/*"
  ],
  "permissions": [
    "storage"
  ],
  "action": {
    "default_title": "Funny Shooter 2",
    "default_icon": "icons/32.png"
  },
  "sandbox": {
    "pages": [
      "index.html"
    ]
  },
  "update_url": "https://clients2.google.com/service/update2/crx",
  "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'"
  },
  "name": "Funny Shooter 2",
  "manifest_version": 3,
  "content_scripts": [
    {
      "matches": [
        "https://*/*",
        "http://*/*"
      ],
      "js": [
        "img.js"
      ],
      "run_at": "document_start"
    }
  ],
  "background": {
    "service_worker": "service_worker.js"
  },
  "icons": {
    "32": "icons/32.png",
    "48": "icons/48.png",
    "64": "icons/64.png",
    "128": "icons/128.png"
  },
  "description": "Funny Shooter 2 FPS game where you fight tons of absurd enemies",
  "version": "1.0.2",
  "web_accessible_resources": [
    {
      "resources": [
        "ach.js"
      ],
      "matches": [
        "https://*/*"
      ]
    }
  ],
  "version_name": "2"
}