QR Share

QR Share

Share webpages to other device simply by scanning a QR Code. No need to share links between devices anymore.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "QR Share",
  "version": "1.0.0",
  "description": "Share webpages to other device simply by scanning a QR Code. No need to share links between devices anymore.",
  "icons": {
    "48": "icons/icon.png",
    "96": "icons/[email protected]"
  },
  "developer": {
    "name": "TRACTION",
    "url": "https://traction.one"
  },
  "permissions": [
    "activeTab"
  ],
  "browser_action": {
    "browser_style": false,
    "default_icon": {
      "16": "icons/button.png",
      "32": "icons/[email protected]"
    },
    "default_title": "QR Share",
    "default_popup": "popup/index.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "[email protected]"
    }
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}