QR code go

QR code go

A QR code generator.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "QR code go",
  "version": "0.1.0.2",
  "icons": {
    "19": "logo19.png",
    "48": "logo48.png",
    "128": "logo128.png"
  },
  "description": "A QR code generator.",
  "browser_action": {
    "default_title": "QR code go",
    "default_icon": "logo19.png",
    "default_popup": "browser_action.html"
  },
  "offline_enabled": true,
  "permissions": [
    "tabs"
  ]
}