{
  "name": "PurePairing – Find Your Perfect Match",
  "short_name": "PurePairing",
  "description": "Africa's most sophisticated matchmaking platform",
  "start_url": "./",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#E91E8C",
  "orientation": "portrait-primary",
  "icons": [
    { "src": "./assets/images/logo.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "./assets/images/logo.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "categories": ["social", "lifestyle"],
  "lang": "en",
  "dir": "ltr",
  "prefer_related_applications": false,
  "shortcuts": [
    { "name": "My Matches", "url": "./app/matches.php", "description": "View your matches", "icons": [{"src": "./assets/images/logo.png", "sizes": "96x96"}] },
    { "name": "Messages", "url": "./app/messages.php", "description": "Chat with matches", "icons": [{"src": "./assets/images/logo.png", "sizes": "96x96"}] }
  ]
}
