Examine source code of Aqua Thrills Game - Dive into Exciting Water Park Adventures!

Inspect and view changes in Aqua Thrills Game - Dive into Exciting Water Park Adventures! 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/Build/PokiWebGL.data.unityweb",
        "/game-source/Build/PokiWebGL.json",
        "/game-source/Build/PokiWebGL.wasm.code.unityweb",
        "/game-source/Build/PokiWebGL.wasm.framework.unityweb",
        "/game-source/fonts/proxima-nova-bold-latin.woff2",
        "/game-source/fonts/proxima-nova-regular-latin.woff2",
        "/game-source/fonts/torus-bold-latin.woff2",
        "/game-source/fonts/torus-bold-webfont.woff2",
        "/game-source/ima3.egjdata",
        "/game-source/loaders/v2/unity/static/tst.egjdata",
        "/game-source/loaders/v2/unity/static/UnityLoader.2019.2.egjdata",
        "/game-source/loaders/v2/unity/static/UnityLoader.egjdata",
        "/game-source/loaders/v3/master-loader.egjdata",
        "/game-source/loaders/v3/unity-2020.egjdata",
        "/game-source/loaders/v3/unity.egjdata",
        "/game-source/readme.md",
        "/game-source/scripts/41e433a362a29d8fbbb07657e5ca5c3bb031ddec/poki-sdk-core-41e433a362a29d8fbbb07657e5ca5c3bb031ddec.egjdata",
        "/game-source/scripts/41e433a362a29d8fbbb07657e5ca5c3bb031ddec/poki-sdk-hoist-41e433a362a29d8fbbb07657e5ca5c3bb031ddec.egjdata",
        "/game-source/scripts/41e433a362a29d8fbbb07657e5ca5c3bb031ddec/poki-sdk-playground-41e433a362a29d8fbbb07657e5ca5c3bb031ddec.egjdata",
        "/game-source/scripts/6a851c7538cabca57b0158791c5e3878bd7c6924/poki-sdk-core-6a851c7538cabca57b0158791c5e3878bd7c6924.egjdata",
        "/game-source/scripts/6a851c7538cabca57b0158791c5e3878bd7c6924/poki-sdk-hoist-6a851c7538cabca57b0158791c5e3878bd7c6924.egjdata",
        "/game-source/scripts/6a851c7538cabca57b0158791c5e3878bd7c6924/poki-sdk-playground-6a851c7538cabca57b0158791c5e3878bd7c6924.egjdata",
        "/game-source/scripts/v2/poki-sdk.egjdata",
        "/game-source/scripts/v2.313.0/poki-sdk-core-v2.313.0.egjdata"
      ],
      "matches": [
        "https://*.codeplaymaster.com/*"
      ]
    }
  ]
}