Inspect and view changes in Dragon Ball Z Hyper Dimension - Super NES 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",
"name": "Dragon Ball Z Hyper Dimension - Super NES",
"description": "Dragon Ball Z: Hyper Dimension (ドラゴンボールZ ハイパー ディメンション, Doragon Bōru Zetto Haipā Dimenshon) is a Dragon Ball fighting game.",
"version": "1",
"manifest_version": 2,
"app": {
"urls": [
"http://super-nintendo-emulator.com/fighting/Dragon_Ball_Z_-_Hyper_Dimension"
],
"launch": {
"web_url": "http://super-nintendo-emulator.com/fighting/Dragon_Ball_Z_-_Hyper_Dimension"
}
},
"icons": {
"128": "icon_128.png"
},
"permissions": [
"unlimitedStorage",
"notifications"
]
}