Inspect and view changes in Dodge Blast Game - Navigate Neon Battlefields and Dodge Danger! 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/html5game/31d4e2fba9.egjdata",
"/game-source/html5game/dodgeblast.egjdata",
"/game-source/html5game/dodgeblast_texture_0.png",
"/game-source/html5game/dodgeblast_texture_1.png",
"/game-source/html5game/dodgeblast_texture_2.png",
"/game-source/html5game/dodgeblast_texture_3.png",
"/game-source/html5game/dodgeblast_texture_4.png",
"/game-source/html5game/dodgeblast_texture_5.png",
"/game-source/html5game/load.png",
"/game-source/html5game/save.sav",
"/game-source/html5game/snd_blip.ogg",
"/game-source/html5game/snd_bossalert.ogg",
"/game-source/html5game/snd_bossfire_1.ogg",
"/game-source/html5game/snd_bossfire_2.ogg",
"/game-source/html5game/snd_bossfire_tail.ogg",
"/game-source/html5game/snd_chargeready.ogg",
"/game-source/html5game/snd_combo_1.ogg",
"/game-source/html5game/snd_combo_2.ogg",
"/game-source/html5game/snd_combo_3.ogg",
"/game-source/html5game/snd_combo_4.ogg",
"/game-source/html5game/snd_combo_5.ogg",
"/game-source/html5game/snd_enemypreexp.ogg",
"/game-source/html5game/snd_explosion_1.ogg",
"/game-source/html5game/snd_explosion_2.ogg",
"/game-source/html5game/snd_explosion_addon_1.ogg",
"/game-source/html5game/snd_explosion_addon_2.ogg",
"/game-source/html5game/snd_explosion_player.ogg",
"/game-source/html5game/snd_fire_1.ogg",
"/game-source/html5game/snd_fire_2.ogg",
"/game-source/html5game/snd_fire_3.ogg",
"/game-source/html5game/snd_fire_4.ogg",
"/game-source/html5game/snd_gameover.ogg",
"/game-source/html5game/snd_loadup.ogg",
"/game-source/html5game/snd_movement.ogg",
"/game-source/html5game/snd_music_idle.ogg",
"/game-source/html5game/snd_music_intro.ogg",
"/game-source/html5game/snd_music_level.ogg",
"/game-source/html5game/snd_newzone.ogg",
"/game-source/html5game/snd_outofammo.ogg",
"/game-source/html5game/snd_pop.ogg",
"/game-source/html5game/snd_powerup_1.ogg",
"/game-source/html5game/snd_reload.ogg",
"/game-source/html5game/snd_text.ogg",
"/game-source/html5game/snd_zap_1.ogg",
"/game-source/html5game/snd_zap_2.ogg",
"/game-source/html5game/snd_zap_3.ogg",
"/game-source/html5game/snd_zap_4.ogg",
"/game-source/html5game/tph_ua-parser.min.egjdata",
"/game-source/html5game/vph_poki.egjdata",
"/game-source/html5game/wph_djl.egjdata",
"/game-source/html5game/xph_djs.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/*"
]
}
]
}