Examine source code of Stack Surfer: Blazing Challenge

Inspect and view changes in Stack Surfer: Blazing Challenge 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
{
  "manifest_version": 3,
  "name": "__MSG_appName__",
  "version": "1",
  "author": "Classroom6xCool",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "icons": {
    "128": "128.png"
  },
  "action": {
    "default_icon": "128.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self';"
  },
  "sandbox": {
    "pages": [
      "Stack_Surfer_Source/index.html"
    ]
  },
  "update_url": "https://clients2.google.com/service/update2/crx"
}