Examine source code of Snap -> Share

Inspect and view changes in Snap -> Share 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": "Snap -> Share",
  "version": "1.0",
  "description": "Quickly generate a QR code to share the current URL of your activeTab",
  "browser_specific_settings": {
    "gecko": {
      "id": "admin@larsson.wtf"
    }
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "48": "icons/icon48.png",
      "96": "icons/icon96.png"
    },
    "default_title": "Snap -> Share"
  },
  "permissions": [
    "activeTab"
  ]
}