Netlify Quick QR

Netlify Quick QR

Automatically generates a QR code for your project on the Netlify overview page.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Netlify Quick QR",
  "version": "0.2.0",
  "description": "Automatically generates a QR code for your project on the Netlify overview page.",
  "icons": {
    "128": "icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://app.netlify.com/*"
      ],
      "js": [
        "qrcode.min.js",
        "script.js"
      ]
    }
  ]
}