Inspect and view changes in Dragon Ball Z Hyper Dimension. Bola de Dragón 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. Bola de Dragón",
"description": "Dragon Ball Z: Hyper Dimension es uno de los mejores juegos de la saga Drabon Ball para Super Nintendo",
"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"
]
}