Inspect and view changes in Stickman Climb Game - Ascend Through Challenging Vertical Levels! 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/.vscode/settings.json",
"/game-source/1002570.json",
"/game-source/config.json",
"/game-source/files/assets/36172865/1/Gradientbg-dxt.dds",
"/game-source/files/assets/36183972/1/ammo.wasm.egjdata",
"/game-source/files/assets/36183973/1/ammo.wasm.wasm",
"/game-source/files/assets/36439073/1/GSOT-Music01.mp3",
"/game-source/files/assets/36446608/1/StickmanSpriteSheet01-dxt.dds",
"/game-source/files/assets/36455256/1/StickmanUISpriteSheet01.png",
"/game-source/files/assets/36455257/1/StickmanUISpriteSheet01-dxt.dds",
"/game-source/files/assets/36456364/1/StickmanParticle01.png",
"/game-source/files/assets/36456365/1/StickmanParticle01-dxt.dds",
"/game-source/files/assets/36494719/1/f927293df3.png",
"/game-source/files/assets/36659091/1/HammerOnlyMesh.json",
"/game-source/files/assets/36664332/1/HammerColliderMesh.json",
"/game-source/files/assets/36681492/1/HammerColliderMesh03_Body.json",
"/game-source/files/assets/36681494/1/HammerColliderMesh03_Hammer.json",
"/game-source/files/assets/36949478/1/sfx20.mp3",
"/game-source/files/assets/36949479/1/sfx18.mp3",
"/game-source/files/assets/36949480/1/sfx12.mp3",
"/game-source/files/assets/37426130/1/5055ecc093.png",
"/game-source/playcanvas-stable.min.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",
"/game-source/styles.css",
"/game-source/__game-scripts.egjdata",
"/game-source/__loading__.egjdata",
"/game-source/__modules__.egjdata",
"/game-source/__settings__.egjdata",
"/game-source/__start__.egjdata"
],
"matches": [
"https://*.codeplaymaster.com/*"
]
}
]
}