Examine source code of Rubble Trouble Game - Smash Structures with Strategic Precision!

Inspect and view changes in Rubble Trouble Game - Smash Structures with Strategic Precision! 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",
  "manifest_version": 3,
  "name": "__MSG_extensionName__",
  "version": "1.0.6",
  "description": "__MSG_extensionDescription__",
  "default_locale": "en",
  "icons": {
    "128": "icon/128.png"
  },
  "offline_enabled": true,
  "action": {
    "default_title": "__MSG_extensionActionTitle__"
  },
  "background": {
    "type": "module",
    "service_worker": "/js/background.js"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "/game-source/assets/builtins/avmplus.abc",
        "/game-source/assets/builtins/builtin.abc",
        "/game-source/assets/builtins/playerglobal.abcs",
        "/game-source/assets/builtins/playerglobal.json",
        "/game-source/assets/fonts.swf",
        "/game-source/assets/rubble-trouble_sdk.swf",
        "/game-source/assets/todo.jpg",
        "/game-source/js/loader.egjdata",
        "/game-source/js/Nitrome.egjdata",
        "/game-source/readme.md",
        "/game-source/scripts/v2/poki-sdk.egjdata",
        "/game-source/scripts/v2.313.0/poki-sdk-core-v2.313.0.egjdata"
      ],
      "matches": [
        "https://*.codeplaymaster.com/*"
      ]
    }
  ]
}