Qrcode - Barcode Generator

Qrcode - Barcode Generator

Create QRcode and Barcode. A QR Code (it stands for "Quick Response") is a cell phone readable bar code that can store website…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Qrcode - Barcode Generator",
  "version": "1.11.7.13",
  "icons": {
    "24": "icon_24.png",
    "128": "icon_128.png"
  },
  "app": {
    "urls": [
      "http://qr-bar.xubala.com/"
    ],
    "launch": {
      "web_url": "http://qr-bar.xubala.com/"
    }
  },
  "permissions": [
    "notifications",
    "background"
  ],
  "manifest_version": 2
}