Examine source code of Apple Quest

Inspect and view changes in Apple Quest 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",
  "description": "This app was made thanks to the technology provided by CocoonJS by Ludei.",
  "icons": {
    "16": "media/icons/1233675824309751012219ChromeAsset.png",
    "128": "media/icons/1232934693386456964841ChromeAsset.png"
  },
  "app": {
    "launch": {
      "local_path": "index.html"
    }
  },
  "offline_enabled": true,
  "homepage_url": "http://nunooliveira.me",
  "version": "1",
  "manifest_version": 2,
  "name": "Apple Quest"
}