Examine source code of Gold Gun Fury Io

Inspect and view changes in Gold Gun Fury Io 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
{
  "name": "Gold Gun Fury Io",
  "version": "0.1",
  "manifest_version": 3,
  "description": "3D first person shooter game. Your team was ambush during your mission. Being the lone survivor you must fight your enemies alone.",
  "icons": {
    "16": "icons/16x16.png",
    "48": "icons/48x48.png",
    "128": "icons/128x128.png"
  },
  "action": {
    "default_icon": "icons/128x128.png"
  },
  "default_locale": "en",
  "background": {
    "service_worker": "MaNWDaSER.js"
  },
  "permissions": [],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}