Examine source code of URL Scanner and QR Codes

Inspect and view changes in URL Scanner and QR Codes 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": "URL Scanner and QR Codes",
  "version": "2.0",
  "description": "Quickly get the Website, Text, Call, Messages on your phones using simple and advanced QR codes features.",
  "default_locale": "en",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "tabs",
    "storage"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{5ae0281d-8e58-4479-bd48-98d74cdcb98f}"
    }
  }
}