Examine source code of Wasc Mail

Inspect and view changes in Wasc Mail 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
{
  "manifest_version": 2,
  "version": "0.0.1",
  "short_name": "Wasc Mail",
  "name": "Wasc Mail",
  "description": "An extension to create aliases for Wasc Mail",
  "browser_action": {
    "browser_style": true,
    "default_title": "Wasc Mail"
  },
  "background": {
    "scripts": [
      "background.bundle.js"
    ]
  },
  "icons": {
    "128": "img/icon-128.png"
  },
  "permissions": [
    "activeTab",
    "identity",
    "notifications",
    "clipboardWrite"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}