Examine source code of Bird Jumper Game - Collect Worms and Avoid Deadly Traps!

Inspect and view changes in Bird Jumper Game - Collect Worms and Avoid Deadly Traps! 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.5",
  "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/index.egjdata",
        "/game-source/index.pck",
        "/game-source/index.png",
        "/game-source/index.wasm",
        "/game-source/readme.md",
        "/game-source/scripts/v2/poki-sdk.egjdata",
        "/game-source/scripts/v2.313.0/poki-sdk-core-v2.313.0.egjdata",
        "/game-source/Sounds/achievement.ogg",
        "/game-source/Sounds/bounce.ogg",
        "/game-source/Sounds/buy.ogg",
        "/game-source/Sounds/click.ogg",
        "/game-source/Sounds/coins.ogg",
        "/game-source/Sounds/complete.ogg",
        "/game-source/Sounds/dead.ogg",
        "/game-source/Sounds/eat.ogg",
        "/game-source/Sounds/effect.ogg",
        "/game-source/Sounds/error.ogg",
        "/game-source/Sounds/jump.ogg",
        "/game-source/Sounds/jump2.ogg",
        "/game-source/Sounds/jump3.ogg",
        "/game-source/Sounds/jump4.ogg",
        "/game-source/Sounds/jump_.ogg",
        "/game-source/Sounds/left.ogg",
        "/game-source/Sounds/money.ogg",
        "/game-source/Sounds/openLevel.ogg",
        "/game-source/Sounds/pause.ogg",
        "/game-source/Sounds/player.ogg",
        "/game-source/Sounds/switch.ogg",
        "/game-source/Sounds/unlocked.ogg",
        "/game-source/Sounds/wall.ogg"
      ],
      "matches": [
        "https://*.codeplaymaster.com/*"
      ]
    }
  ]
}