Tiny QR Code Firefox

Examine source code of Tiny QR Code

Inspect and view changes in Tiny QR Code source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "__MSG_extensionName__",
  "version": "1.0.6",
  "description": "__MSG_extensionDescription__",
  "default_locale": "en",
  "homepage_url": "https://github.com/nonoroazoro/firefox/tree/master/extension/tiny-qrcode",
  "icons": {
    "64": "icons/icon-64.png",
    "128": "icons/icon-128.png"
  },
  "applications": {
    "gecko": {
      "id": "tinyqrcode@nonoroazoro.com",
      "strict_min_version": "58.0"
    }
  },
  "browser_action": {
    "default_icon": {
      "16": "icons/button-16.png",
      "32": "icons/button-32.png",
      "64": "icons/button-64.png"
    },
    "default_title": "__MSG_generateQR__",
    "default_popup": "popup/index.html"
  },
  "permissions": [
    "tabs"
  ],
  "background": {
    "scripts": [
      "commands.js",
      "backgrounds/lib/qr.min.js",
      "backgrounds/background.js"
    ]
  },
  "commands": {
    "generateQR": {
      "description": "__MSG_generateQR__",
      "suggested_key": {
        "default": "Alt+Q"
      }
    }
  }
}

Best Tiny QR Code Alternatives

Here are some Firefox add-ons that are similar to Tiny QR Code: