qrcode with scheme

qrcode with scheme

generate qrcode with url scheme

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "qrcode with scheme",
  "version": "1.2.6",
  "description": "generate qrcode with url scheme",
  "icons": {
    "48": "img/icon.48.png",
    "128": "img/icon.128.png"
  },
  "browser_action": {
    "default_icon": "img/icon.128.png",
    "default_popup": "index.html"
  },
  "options_ui": {
    "page": "options.html",
    "chrome_style": true,
    "open_in_tab": true
  },
  "author": "vivaxy",
  "homepage_url": "https://github.com/vivaxy/qrcode-chrome",
  "permissions": [
    "tabs",
    "storage"
  ]
}