PQR Codes

You can easily generate a QR code, edit and share it.
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": "Personal QR Codes",
  "version": "1.1",
  "description": "You can easily generate a QR code, edit and share it.",
  "homepage_url": "https://pqr.codes",
  "icons": {
    "32": "/icons/favicon.png"
  },
  "permissions": [
    "webRequest",
    "<all_urls>"
  ],
  "browser_action": {
    "default_icon": "/icons/favicon.png",
    "default_title": "PQR.Codes",
    "default_popup": "html/main.html"
  }
}