Examine source code of Googulator

Inspect and view changes in Googulator 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": "Googulator",
  "description": "A gameboy emulator that runs directly inside chrome!",
  "version": "1.0.5",
  "manifest_version": 2,
  "container": "GOOGLE_DRIVE",
  "api_console_project_id": "997500411335",
  "offline_enabled": true,
  "icons": {
    "16": "icon_16.png",
    "48": "icon_48.png",
    "128": "icon_128.png"
  },
  "app": {
    "urls": [
      "http://www.googulator.com/",
      "http://googulator.com/",
      "https://www.googulator.com/",
      "https://googulator.com/"
    ],
    "launch": {
      "web_url": "https://www.googulator.com/"
    }
  }
}