{
  "name": "HoKoJa — Find Your Match",
  "short_name": "HoKoJa",
  "description": "Dating app — swipe, match, and connect with real people near you.",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "background_color": "#1A1A2E",
  "theme_color": "#FF6B35",
  "categories": [
    "social",
    "lifestyle"
  ],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-72.png",
      "sizes": "72x72",
      "type": "image/png"
    },
    {
      "src": "/icon-96.png",
      "sizes": "96x96",
      "type": "image/png"
    },
    {
      "src": "/icon-128.png",
      "sizes": "128x128",
      "type": "image/png"
    },
    {
      "src": "/icon-144.png",
      "sizes": "144x144",
      "type": "image/png"
    },
    {
      "src": "/icon-152.png",
      "sizes": "152x152",
      "type": "image/png"
    },
    {
      "src": "/icon-180.png",
      "sizes": "180x180",
      "type": "image/png"
    },
    {
      "src": "/favicon-32.png",
      "sizes": "32x32",
      "type": "image/png"
    },
    {
      "src": "/favicon-16.png",
      "sizes": "16x16",
      "type": "image/png"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/iphone14p.png",
      "sizes": "393x852",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "HoKoJa iPhone Portrait"
    },
    {
      "src": "/screenshots/iphone14p-landscape.png",
      "sizes": "852x393",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "HoKoJa iPhone Landscape"
    },
    {
      "src": "/screenshots/pixel7p.png",
      "sizes": "412x915",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "HoKoJa Android Portrait"
    },
    {
      "src": "/screenshots/pixel7p-landscape.png",
      "sizes": "915x412",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "HoKoJa Android Landscape"
    }
  ],
  "shortcuts": [
    {
      "name": "My Matches",
      "short_name": "Matches",
      "url": "/matches",
      "icons": [
        {
          "src": "/icons/match-96.png",
          "sizes": "96x96"
        }
      ],
      "description": "View your recent matches"
    },
    {
      "name": "New Messages",
      "short_name": "Messages",
      "url": "/messages",
      "icons": [
        {
          "src": "/icons/message-96.png",
          "sizes": "96x96"
        }
      ],
      "description": "Check your new messages"
    },
    {
      "name": "Profile",
      "short_name": "Profile",
      "url": "/profile",
      "icons": [
        {
          "src": "/icons/profile-96.png",
          "sizes": "96x96"
        }
      ],
      "description": "Edit your profile"
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}