Examine source code of Gun Fest Unblocked

Inspect and view changes in Gun Fest Unblocked source codes across current and past versions
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",
  "action": {
    "default_icon": "logo.png",
    "default_title": "Gun Fest Unblocked"
  },
  "author": "GBKGames",
  "background": {
    "service_worker": "background.js"
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self';"
  },
  "icons": {
    "128": "logo.png"
  },
  "description": "Gun Fest Unblocked",
  "manifest_version": 3,
  "name": "Gun Fest Unblocked",
  "sandbox": {
    "pages": [
      "index.html"
    ]
  },
  "version": "2"
}