Sniper Gun Shooting Game

Sniper Gun Shooting Game

Sniper assassin tasked with defeating enemies. Here are some key features and gameplay

Additional files are visible only to premium users

manifest.json


{
  "action": {
    "default_icon": "128.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self';"
  },
  "description": "Sniper assassin tasked with defeating enemies. Here are some key features and gameplay",
  "icons": {
    "128": "128.png"
  },
  "manifest_version": 3,
  "name": "Sniper Gun Shooting Game",
  "sandbox": {
    "pages": [
      "Game_Source/index.html"
    ]
  },
  "version": "3.8.25.947",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}