{
  "name": "Qr Secure",
  "short_name": "qrsecure",
  "id": "https://qrsecure.in",
  "start_url": "/",
  "display": "fullscreen",
  "background_color": "#ffffff",
  "theme_color": "#000000",
  "orientation": "portrait",
  "scope": "/",
  "description": "Qr Secure is a simple and easy-to-use QR code scanner and generator app. It is a free and open-source progressive web app (PWA) that works offline and can be installed on your device.",
  "icons": [
      {
          "src": "images/icons/icon-72x72.png",
          "sizes": "72x72",
          "type": "image/png"
      },
      {
          "src": "images/icons/icon-96x96.png",
          "sizes": "96x96",
          "type": "image/png"
      },
      {
          "src": "images/icons/icon-128x128.png",
          "sizes": "128x128",
          "type": "image/png"
      },
      {
          "src": "images/icons/icon-144x144.png",
          "sizes": "144x144",
          "type": "image/png"
      },
      {
          "src": "images/icons/icon-152x152.png",
          "sizes": "152x152",
          "type": "image/png"
      },
      {
          "src": "images/icons/icon-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
      },
      {
          "src": "images/icons/icon-384x384.png",
          "sizes": "384x384",
          "type": "image/png"
      },
      {
          "src": "images/icons/icon-512x512.png",
          "sizes": "512x512",
          "type": "image/png"
      }
  ],
  "screenshots": [
      {
          "src": "images/screenshots/screenshot1.webp",
          "sizes": "1080x1920",
          "type": "image/webp"
      },
      {
          "src": "images/screenshots/screenshot2.webp",
          "sizes": "1080x1920",
          "type": "image/webp"
      },
      {
          "src": "images/screenshots/screenshot3.webp",
          "sizes": "1080x1920",
          "type": "image/webp"
      }
  ],
  "shortcuts": [
      {
          "name": "Scan QR Code",
          "short_name": "Scan",
          "description": "Scan a QR code using your device's camera.",
          "url": "/scanqr"
      },
      {
          "name": "Generate QR Code",
          "short_name": "Generate",
          "description": "Generate a QR code for a URL, text, or contact information.",
          "url": "/qr-codes/create"
      }
  ],
  "protocol_handlers": [
      {
          "protocol": "web+qrsecure",
          "url": "/?url=%s"
      }
  ],
  "lang": "en-IN",
  "dir": "ltr",
  "prefer_related_applications": false,
  "categories": [
      "lifestyle",
      "social"
  ]
}