Simple QR Code Generator & Reader

Simple QR Code Generator & Reader

A powerful and simple QR code generator that helps you to easily generate and scan QR codes. A Simple QR Code Generator (Generator and Reader). You can convert your firefox into a full featured qr code reader app

Merlin
Additional files are visible only to premium users

manifest.json


{
  "action": {
    "default_title": "Simple QR Code Generator (Generator and Reader)",
    "default_popup": "images.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "32": "icons/icon32.png"
    }
  },
  "description": "A Simple QR Code Generator (Generator and Reader). You can convert your firefox into a full features qr code reader app",
  "manifest_version": 3,
  "name": "Simple QR Code (Generator and Reader)",
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "64": "icons/icon64.png",
    "128": "icons/icon128.png"
  },
  "permissions": [
    "activeTab",
    "contextMenus"
  ],
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "version": "1.0.0",
  "browser_specific_settings": {
    "gecko": {
      "id": "{1592abe1-218d-4ad1-9d91-9d8ffccef894}"
    }
  }
}