{
  "id": "/",
  "name": "FundrAI — Africa, amplified.",
  "short_name": "FundrAI",
  "description": "Africa, amplified. Three platforms built for Africa's contributors, founders, and enterprises — DART, Capitr, and Voxa. Powered by Fundr-AI Technologies Ltd.",
  "start_url": "/?utm_source=pwa&utm_medium=installed",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "background_color": "#0E0C08",
  "theme_color": "#E8A020",
  "orientation": "portrait-primary",
  "lang": "en",
  "dir": "ltr",
  "categories": ["business", "finance", "productivity", "education", "utilities"],

  "launch_handler": {
    "client_mode": "focus-existing"
  },

  "icons": [
    { "src": "/icon-72.png",       "sizes": "72x72",   "type": "image/png", "purpose": "any" },
    { "src": "/icon-96.png",       "sizes": "96x96",   "type": "image/png", "purpose": "any" },
    { "src": "/icon-128.png",      "sizes": "128x128", "type": "image/png", "purpose": "any" },
    { "src": "/icon-144.png",      "sizes": "144x144", "type": "image/png", "purpose": "any" },
    { "src": "/icon-152.png",      "sizes": "152x152", "type": "image/png", "purpose": "any" },
    { "src": "/icon-192.png",      "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-384.png",      "sizes": "384x384", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png",      "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icon-maskable.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],

  "screenshots": [
    {
      "src": "/screenshot-wide.jpg",
      "type": "image/jpeg",
      "sizes": "1280x720",
      "form_factor": "wide",
      "label": "FundrAI — DART, Capitr, and Voxa platforms"
    },
    {
      "src": "/screenshot-narrow.jpg",
      "type": "image/jpeg",
      "sizes": "390x844",
      "form_factor": "narrow",
      "label": "FundrAI — Africa, amplified."
    }
  ],

  "shortcuts": [
    {
      "name": "My Tasks",
      "short_name": "Tasks",
      "description": "Browse and complete language contribution tasks",
      "url": "/tasks?utm_source=shortcut",
      "icons": [{ "src": "/icon-96.png", "sizes": "96x96", "type": "image/png" }]
    },
    {
      "name": "My Wallet",
      "short_name": "Wallet",
      "description": "View your platform activity and earnings",
      "url": "/wallet?utm_source=shortcut",
      "icons": [{ "src": "/icon-96.png", "sizes": "96x96", "type": "image/png" }]
    },
    {
      "name": "Leaderboard",
      "short_name": "Leaderboard",
      "description": "See top contributors on FundrAI",
      "url": "/leaderboard?utm_source=shortcut",
      "icons": [{ "src": "/icon-96.png", "sizes": "96x96", "type": "image/png" }]
    }
  ],

  "share_target": {
    "action": "/tasks",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },

  "file_handlers": [
    {
      "action": "/tasks",
      "accept": {
        "audio/*": [".mp3", ".wav", ".ogg", ".webm", ".m4a", ".aac", ".flac"]
      }
    }
  ],

  "protocol_handlers": [
    {
      "protocol": "web+fundrai",
      "url": "/?action=%s"
    }
  ],

  "edge_side_panel": {
    "preferred_width": 480
  },

  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=ai.fundrai.app",
      "id": "ai.fundrai.app"
    }
  ],

  "prefer_related_applications": false
}
