Examine source code of Pinned ProtonMail

Inspect and view changes in Pinned ProtonMail 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,
  "name": "Pinned ProtonMail",
  "version": "2.1",
  "description": "Opens new tab with ProtonMail website or switches to it if it's already open.",
  "icons": {
    "48": "icons/favicon.png"
  },
  "permissions": [
    "tabs"
  ],
  "browser_action": {
    "default_icon": {
      "48": "icons/browser-icon.png"
    },
    "default_title": "ProtonMail",
    "default_area": "navbar"
  },
  "background": {
    "scripts": [
      "protonmail.js"
    ]
  }
}