Examine source code of Dragon Ball Z Buyū Retsuden - Online Emulator

Inspect and view changes in Dragon Ball Z Buyū Retsuden - Online Emulator 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 Buyū Retsuden - Online Emulator",
  "description": "Dragon Ball Z: Buyū Retsuden for SEGA MegaDrive / Genesis Emulator: one of the best DBZ games for the SEGA console.",
  "version": "1",
  "manifest_version": 2,
  "app": {
    "urls": [
      "http://megadrive-emulator.com/fighting/dragon-ball-z-buy%C5%AB-retsuden"
    ],
    "launch": {
      "web_url": "http://megadrive-emulator.com/fighting/dragon-ball-z-buy%C5%AB-retsuden"
    }
  },
  "icons": {
    "128": "icon_128.png"
  },
  "permissions": [
    "unlimitedStorage",
    "notifications"
  ]
}