Examine source code of QRLinkify

Inspect and view changes in QRLinkify 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": "QRLinkify",
  "version": "1.0.3",
  "description": "Instanly share links via QR code",
  "background": {
    "scripts": [
      "main.js"
    ]
  },
  "icons": {
    "48": "icons/ic_launcher.svg",
    "96": "icons/ic_launcher.svg"
  },
  "browser_action": {
    "default_icon": "icons/ic_launcher.svg",
    "default_popup": "index.html"
  },
  "permissions": [
    "activeTab"
  ]
}