QR Code Maker

QR Code Maker

Best QR Code Maker on Chrome Web Store

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "QR Code Maker",
  "short_name": "Best QR Code Maker",
  "version": "0.1.0",
  "manifest_version": 2,
  "description": "Best QR Code Maker on Chrome Web Store",
  "icons": {
    "16": "img/icon/icon16.png",
    "38": "img/icon/icon38.png",
    "48": "img/icon/icon48.png",
    "128": "img/icon/icon128.png"
  },
  "background": {
    "scripts": [
      "js/background.js",
      "js/ga.js"
    ]
  },
  "permissions": [
    "tabs"
  ],
  "page_action": {
    "default_name": "QR Code Maker",
    "default_icon": "img/icon/icon38.png",
    "default_popup": "index.html"
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://www.google-analytics.com; object-src 'self'"
}