{
    "name": "Clockeet — AI Dating by MySpake",
    "short_name": "Clockeet",
    "description": "Africa's AI-powered dating app. Match by genotype, religion, tribe, MBTI & 10 more compatibility factors. Find real love.",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "display_override": ["standalone", "minimal-ui", "browser"],
    "orientation": "portrait",
    "background_color": "#0D0A14",
    "theme_color": "#E8547A",
    "lang": "en",
    "dir": "ltr",
    "categories": ["lifestyle", "social", "dating"],
  
    "icons": [
      {
        "src": "/icons/icon-48x48.png",
        "sizes": "48x48",
        "type": "image/png",
        "purpose": "any"
      },
      {
        "src": "/icons/icon-72x72.png",
        "sizes": "72x72",
        "type": "image/png",
        "purpose": "any"
      },
      {
        "src": "/icons/icon-96x96.png",
        "sizes": "96x96",
        "type": "image/png",
        "purpose": "any"
      },
      {
        "src": "/icons/icon-128x128.png",
        "sizes": "128x128",
        "type": "image/png",
        "purpose": "any"
      },
      {
        "src": "/icons/icon-144x144.png",
        "sizes": "144x144",
        "type": "image/png",
        "purpose": "any"
      },
      {
        "src": "/icons/icon-152x152.png",
        "sizes": "152x152",
        "type": "image/png",
        "purpose": "any"
      },
      {
        "src": "/icons/icon-192x192.png",
        "sizes": "192x192",
        "type": "image/png",
        "purpose": "any"
      },
      {
        "src": "/icons/icon-256x256.png",
        "sizes": "256x256",
        "type": "image/png",
        "purpose": "any"
      },
      {
        "src": "/icons/icon-384x384.png",
        "sizes": "384x384",
        "type": "image/png",
        "purpose": "any"
      },
      {
        "src": "/icons/icon-512x512.png",
        "sizes": "512x512",
        "type": "image/png",
        "purpose": "any"
      },
      {
        "src": "/icons/icon-512x512-maskable.png",
        "sizes": "512x512",
        "type": "image/png",
        "purpose": "maskable"
      },
      {
        "src": "/icons/icon-192x192-maskable.png",
        "sizes": "192x192",
        "type": "image/png",
        "purpose": "maskable"
      }
    ],
  
    "screenshots": [
      {
        "src": "/screenshots/discover-mobile.jpg",
        "sizes": "390x844",
        "type": "image/jpeg",
        "form_factor": "narrow",
        "label": "Discover highly compatible matches curated by AI"
      },
      {
        "src": "/screenshots/compatibility-mobile.jpg",
        "sizes": "390x844",
        "type": "image/jpeg",
        "form_factor": "narrow",
        "label": "See your full 14-factor compatibility breakdown"
      },
      {
        "src": "/screenshots/chat-mobile.jpg",
        "sizes": "390x844",
        "type": "image/jpeg",
        "form_factor": "narrow",
        "label": "Chat with AI-powered conversation starters"
      },
      {
        "src": "/screenshots/profile-mobile.jpg",
        "sizes": "390x844",
        "type": "image/jpeg",
        "form_factor": "narrow",
        "label": "Build your deep compatibility profile"
      },
      {
        "src": "/screenshots/discover-desktop.jpg",
        "sizes": "1280x800",
        "type": "image/jpeg",
        "form_factor": "wide",
        "label": "Clockeet on desktop — AI matching dashboard"
      }
    ],
  
    "shortcuts": [
      {
        "name": "Discover Matches",
        "short_name": "Discover",
        "description": "Browse your AI-curated match queue",
        "url": "/?screen=discover",
        "icons": [
          { "src": "/icons/shortcut-discover.png", "sizes": "96x96", "type": "image/png" }
        ]
      },
      {
        "name": "My Matches",
        "short_name": "Matches",
        "description": "View all your mutual matches",
        "url": "/?screen=matches",
        "icons": [
          { "src": "/icons/shortcut-matches.png", "sizes": "96x96", "type": "image/png" }
        ]
      },
      {
        "name": "Messages",
        "short_name": "Chats",
        "description": "Open your conversations",
        "url": "/?screen=chats",
        "icons": [
          { "src": "/icons/shortcut-chats.png", "sizes": "96x96", "type": "image/png" }
        ]
      },
      {
        "name": "My Profile",
        "short_name": "Profile",
        "description": "Edit your compatibility profile",
        "url": "/?screen=profile",
        "icons": [
          { "src": "/icons/shortcut-profile.png", "sizes": "96x96", "type": "image/png" }
        ]
      }
    ],
  
    "related_applications": [
      {
        "platform": "play",
        "url": "https://play.google.com/store/apps/details?id=com.myspake.clockeet",
        "id": "com.myspake.clockeet"
      },
      {
        "platform": "itunes",
        "url": "https://apps.apple.com/app/clockeet/id0000000000"
      },
      {
        "platform": "webapp",
        "url": "https://clockeet.com/manifest.json"
      }
    ],
    "prefer_related_applications": false,
  
    "share_target": {
      "action": "/share-target",
      "method": "GET",
      "enctype": "application/x-www-form-urlencoded",
      "params": {
        "title": "title",
        "text": "text",
        "url": "url"
      }
    },
  
    "protocol_handlers": [
      {
        "protocol": "web+clockeet",
        "url": "/?intent=%s"
      }
    ],
  
    "edge_side_panel": {
      "preferred_width": 430
    },
  
    "iarc_rating_id": "e84b072d-71b3-4d3e-86ae-31a8ce4e53b7"
  }