Examine source code of Cooking Fast Halloween Game - Serve Spooky Treats in a Haunted Kitchen!

Inspect and view changes in Cooking Fast Halloween Game - Serve Spooky Treats in a Haunted Kitchen! 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/createjs-2015.11.26.min.egjdata",
        "/game-source/game.egjdata",
        "/game-source/images/game_atlas_.png",
        "/game-source/images/game_atlas_2.png",
        "/game-source/images/game_atlas_3.png",
        "/game-source/images/game_atlas_4.png",
        "/game-source/init.egjdata",
        "/game-source/jquery.egjdata",
        "/game-source/loading.gif",
        "/game-source/logo.png",
        "/game-source/preloader.css",
        "/game-source/preloader.png",
        "/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/applause.mp3",
        "/game-source/sounds/bell.mp3",
        "/game-source/sounds/casamarcat.mp3",
        "/game-source/sounds/circled.mp3",
        "/game-source/sounds/click.mp3",
        "/game-source/sounds/coinsdrop.mp3",
        "/game-source/sounds/collect.mp3",
        "/game-source/sounds/factory.mp3",
        "/game-source/sounds/fadein.mp3",
        "/game-source/sounds/farmbg.mp3",
        "/game-source/sounds/fryer.mp3",
        "/game-source/sounds/garbage.mp3",
        "/game-source/sounds/goalfailed.mp3",
        "/game-source/sounds/lopata.mp3",
        "/game-source/sounds/pickup.mp3",
        "/game-source/sounds/tap.mp3"
      ],
      "matches": [
        "https://*.codeplaymaster.com/*"
      ]
    }
  ]
}