{
  "name": "Verifyo - Zero-Knowledge KYC Platform",
  "short_name": "Verifyo",
  "description": "Zero-Knowledge KYC verification platform. Complete KYC once, stay verified everywhere with privacy-first identity verification for cryptocurrency wallets and Web3 applications.",
  "categories": ["finance", "productivity", "security"],
  "lang": "en-US",
  "dir": "ltr",
  "start_url": "/?utm_source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "orientation": "any",
  "theme_color": "#10B981",
  "background_color": "#ffffff",
  "icons": [
    {
      "src": "/favicon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "/images/verifyo-zkkyc-banner.webp",
      "sizes": "1200x630",
      "type": "image/webp",
      "label": "Verifyo KYC Verification"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "View your Verifyo dashboard",
      "url": "/app?utm_source=pwa",
      "icons": [
        {
          "src": "/favicon-96x96.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Check Wallet",
      "short_name": "Check",
      "description": "Verify wallet KYC status",
      "url": "/check?utm_source=pwa",
      "icons": [
        {
          "src": "/favicon-96x96.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "API Documentation",
      "short_name": "API Docs",
      "description": "View API documentation",
      "url": "/api-docs?utm_source=pwa",
      "icons": [
        {
          "src": "/favicon-96x96.png",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "protocol_handlers": [
    {
      "protocol": "web3",
      "url": "/check?address=%s"
    }
  ],
  "edge_side_panel": {
    "preferred_width": 480
  },
  "iarc_rating_id": "",
  "share_target": {
    "action": "/check",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "address",
      "url": "url"
    }
  }
}