
{
  "name": "topnbot",
  "short_name": "topnbot",
  "description": "Find your perfect match with topnbot dating app.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0f172a",
  "theme_color": "#3B82F6",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "72x72 96x96 128x128 144x144 152x152",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "https://horizons-cdn.hostinger.com/bc9d1ea7-55d8-42b5-92e1-233dfba50760/cf5aeca8c347222e1de940abe3c83feb.jpg",
      "sizes": "192x192 384x384 512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/screenshot-mobile.svg",
      "sizes": "540x720",
      "type": "image/svg+xml",
      "form_factor": "narrow"
    },
    {
      "src": "/screenshots/screenshot-desktop.svg",
      "sizes": "1280x720",
      "type": "image/svg+xml",
      "form_factor": "wide"
    }
  ],
  "shortcuts": [
    {
      "name": "Browse Matches",
      "short_name": "Matches",
      "description": "View your potential matches",
      "url": "/browse-profiles",
      "icons": [{ "src": "/icon.svg", "sizes": "192x192" }]
    },
    {
      "name": "Messages",
      "short_name": "Chat",
      "description": "Read your messages",
      "url": "/chat",
      "icons": [{ "src": "/icon.svg", "sizes": "192x192" }]
    }
  ],
  "share_target": {
    "action": "/share-target",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
