QR Code Generator

QR Code Generator

Extension that can generate custom QR Codes

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "QR Code Generator",
  "description": "Extension that can generate custom QR Codes",
  "manifest_version": 2,
  "offline_enabled": true,
  "version": "1.2",
  "icons": {
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgoLkm7wp28EDbUTuguZ0Oe18tTS4oKFxVHllW7vnM8c6eMJe9TSiW/D/Jhei3GLGNxHx1ap6+60P19FMmjuyqTW/+D4s8ePAiiHndOlBT1Ii5V3lGWcK/PPM1JZ8oJ/EGZZNW1SnMonCk2oOQTSpf40e+j1CIpvvcux2+jMRohItu043uALOCsPKOpLTOiOWEHO4sRZN0hjww90GxJ05LiCZolNg2B3L/VBfLN2GL2Ul9+KJthCyJ/79DPWb+d1oPcUxVtxlkoXIlln4jHysPIQ+1sYT40k9YunusnLNSJ41ruB79/csXgj7AhB5UA24dzubmvx76TD4IoXOuyVHrQIDAQAB",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "browser_action": {
    "default_icon": "icons/48.png",
    "default_title": "QR Code Generator",
    "default_popup": "app/main.html"
  }
}