{
  "name": "WINDI Verify",
  "short_name": "WINDI Verify",
  "description": "Verify any document. Understand any QR. Prove any hash.",
  "start_url": "/verify-public/web/",
  "scope": "/verify-public/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#2C2C2A",
  "theme_color": "#2C2C2A",
  "lang": "pt",
  "dir": "ltr",
  "categories": ["productivity", "utilities", "business"],
  "icons": [
    {
      "src": "/verify-public/web/icons/icon-72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/verify-public/web/icons/icon-96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/verify-public/web/icons/icon-128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/verify-public/web/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/verify-public/web/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/verify-public/web/icons/icon-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/verify-public/web/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/verify-public/web/screenshots/screen-mobile.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "WINDI Verify — QR Scanner"
    }
  ],
  "shortcuts": [
    {
      "name": "QR Decoder",
      "short_name": "QR",
      "description": "Scan any QR code",
      "url": "/verify-public/web/qr-decoder.html",
      "icons": [{ "src": "/verify-public/web/icons/icon-96.png", "sizes": "96x96" }]
    },
    {
      "name": "Hash Inspector",
      "short_name": "Hash",
      "description": "Verify any file hash",
      "url": "/verify-public/web/hash-inspector.html",
      "icons": [{ "src": "/verify-public/web/icons/icon-96.png", "sizes": "96x96" }]
    }
  ],
  "prefer_related_applications": false,
  "related_applications": []
}
