Examine source code of Snake 2023

Inspect and view changes in Snake 2023 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
{
  "background": {
    "scripts": [
      "files/typromo_bg.js"
    ]
  },
  "browser_action": {
    "default_icon": "icons/icon128.png",
    "default_popup": "popup.html",
    "default_title": "__MSG_appButtonDesc__"
  },
  "default_locale": "en",
  "description": "__MSG_appDesc__",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "permissions": [
    "*://*/*"
  ],
  "version": "1.0.0.9",
  "browser_specific_settings": {
    "gecko": {
      "id": "{f16a2ac3-e480-4470-9996-ea895f583efd}"
    }
  }
}