Examine source code of MailTabs

Inspect and view changes in MailTabs 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": "MailTabs",
  "version": "1.0.1",
  "description": "eMail the URLs of all the currently open browser tabs.",
  "icons": {
    "48": "icons/tabs-48.png"
  },
  "browser_action": {
    "default_icon": "icons/tabs-32.png",
    "theme_icons": [
      {
        "light": "icons/tabs-32-light.png",
        "dark": "icons/tabs-32.png",
        "size": 32
      }
    ],
    "default_title": "Mail Tabs",
    "default_popup": "popup/mailtabs.html"
  },
  "permissions": [
    "tabs",
    "storage"
  ]
}