The QR Code Generator

The QR Code Generator

Create your own QR Codes! This App generates QR Codes from free text, URLs, phone numbers, SMS messages, or contacts (vcard).

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_application_title__",
  "description": "__MSG_application_description__",
  "default_locale": "en",
  "version": "0.2.7",
  "manifest_version": 3,
  "icons": {
    "128": "icon_128.png"
  },
  "app": {
    "urls": [
      "https://www.the-qrcode-generator.com/"
    ],
    "launch": {
      "web_url": "https://www.the-qrcode-generator.com/"
    }
  },
  "permissions": [
    "unlimitedStorage"
  ],
  "offline_enabled": true
}