Easy QR Code

Easy QR Code

The fastest way to transfer text and links to your mobile device

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "service_worker": "./main.js"
  },
  "default_locale": "es",
  "description": "__MSG_extDescription__",
  "icons": {
    "128": "128.png"
  },
  "manifest_version": 3,
  "name": "Easy QR Code",
  "permissions": [
    "contextMenus",
    "tabs",
    "scripting"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "version": "2.0"
}