Easy QR Code

Easy QR Code

A mighty qr code helper.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "author": "HTB",
  "browser_action": {
    "default_icon": {
      "19": "images/icon_19.png",
      "38": "images/icon_38.png"
    },
    "default_popup": "popup.html",
    "default_title": "Easy QR Code"
  },
  "content_scripts": [
    {
      "js": [
        "vendor/jquery/jquery-3.2.1.min.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_start"
    }
  ],
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "description": "A mighty qr code helper.",
  "homepage_url": "https://www.nzfun.cn",
  "icons": {
    "19": "images/icon_19.png",
    "38": "images/icon_38.png",
    "128": "images/icon_48.png"
  },
  "manifest_version": 2,
  "name": "Easy QR Code",
  "permissions": [
    "tabs",
    "notifications",
    "storage"
  ],
  "version": "4.0"
}