{
  "name": "QR FINDER — Premium QR Scanner",
  "short_name": "QR FINDER",
  "description": "Premium QR scanner for QR FINDER tags, pets, keys, luggage, bikes and personal items.",
  "id": "https://getqrfinder.com/",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0b0d12",
  "theme_color": "#111111",
  "lang": "en",
  "categories": [
    "utilities",
    "productivity"
  ],
  "icons": [
    {
      "src": "/android-chrome-192x192.png?v=1.2",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/android-chrome-512x512.png?v=1.2",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/icons/icon-192.png?v=1.2",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/icons/icon-512.png?v=1.2",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/icons/icon-512.png?v=1.2",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Scan QR",
      "short_name": "Scan",
      "description": "Open QR FINDER scanner",
      "url": "/#scanner",
      "icons": [
        {
          "src": "/android-chrome-192x192.png?v=1.2",
          "sizes": "192x192"
        }
      ]
    }
  ]
}