Examine source code of WebMail

Inspect and view changes in WebMail 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": "http://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "WebMail",
  "description": "Crazy Domains WebMail is a quick and easy way to view, send and receive your emails while on the go.",
  "version": "1.0",
  "app": {
    "urls": [
      "http://email.crazydomains.com/"
    ],
    "launch": {
      "web_url": "http://email.crazydomains.com/"
    }
  },
  "icons": {
    "128": "icon_128.png"
  }
}