Ultimate QR-code Generator

Ultimate QR-code Generator

Creates / shows / saves QR-code from page URL, selected or custom texts. Has some QR-templates WiFi, MECARD etc

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Ultimate QR-code Generator",
  "short_name": "U QRcode Gen",
  "version": "1.55",
  "author": "Protocoder",
  "homepage_url": "http://protocoder.ru/firefox/Ultimate_QR_Generator",
  "description": "Creates / shows / saves QR-code from page URL, selected or custom texts. Has some QR-templates WiFi, MECARD etc",
  "icons": {
    "16": "icons/icon.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png"
  },
  "permissions": [
    "activeTab",
    "tabs",
    "<all_urls>",
    "notifications"
  ],
  "browser_action": {
    "default_icon": {
      "16": "icons/icon.png",
      "32": "icons/icon32.png",
      "48": "icons/icon48.png"
    },
    "default_title": "Ultimate QR-code Generator",
    "default_popup": "popup/main.html"
  },
  "background": {
    "scripts": [
      "background/main.js"
    ]
  },
  "commands": {
    "_execute_page_action": {
      "suggested_key": {
        "default": "Alt+Q"
      }
    }
  }
}