Website to QR code

Website to QR code

Use a phone or tablet to scan the generated QR code and take the website with you!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_extName__",
  "default_locale": "en",
  "description": "__MSG_extDesc__",
  "version": "0.3.2",
  "browser_action": {
    "default_icon": "image/icon.png",
    "default_popup": "view/index.html"
  },
  "permissions": [
    "tabs"
  ],
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'"
}