QR Code Generator

QR Code Generator

A super handy QR Code Generator / Creator for you.

Additional files are visible only to premium users

manifest.json


{
  "background": {
    "page": "background.html"
  },
  "browser_action": {
    "default_icon": "icon_19.png",
    "default_popup": "popup.html",
    "default_title": "__MSG_app_name__"
  },
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com/ga.js https://connect.facebook.net/en_US/sdk.js; object-src 'self'",
  "default_locale": "en",
  "description": "__MSG_app_desc__",
  "icons": {
    "19": "icon_19.png",
    "48": "icon_48.png",
    "128": "icon_128.png"
  },
  "manifest_version": 2,
  "minimum_chrome_version": "19",
  "name": "__MSG_app_name__",
  "offline_enabled": true,
  "optional_permissions": [
    "<all_urls>",
    "tabs"
  ],
  "options_page": "options.html",
  "permissions": [
    "activeTab",
    "contextMenus"
  ],
  "short_name": "QR Generator",
  "version": "9.1",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}