{
  "name": "Rumble Dating Business",
  "short_name": "Rumble Biz",
  "description": "Manage your Rumble Dating business — analytics, campaigns, team, and venue tools.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "any",
  "theme_color": "#ff3d4d",
  "background_color": "#0f0f0f",
  "scope": "/",
  "lang": "en-US",
  "dir": "ltr",
  "categories": ["business", "productivity"],

  "icons": [
    {
      "src": "/favicon.ico",
      "sizes": "16x16 32x32",
      "type": "image/x-icon"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    }
  ],

  "screenshots": [
    {
      "src": "/screenshot-dashboard.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Business analytics dashboard"
    },
    {
      "src": "/screenshot-mobile.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Manage your business on the go"
    }
  ],

  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "View analytics and overview",
      "url": "/(dashboard)"
    },
    {
      "name": "Campaigns",
      "short_name": "Campaigns",
      "description": "Manage advertising campaigns",
      "url": "/(dashboard)/campaigns"
    },
    {
      "name": "Team",
      "short_name": "Team",
      "description": "Manage your team members",
      "url": "/(dashboard)/team"
    }
  ],

  "prefer_related_applications": false,
  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=com.rumbledating.business",
      "id": "com.rumbledating.business"
    },
    {
      "platform": "itunes",
      "url": "https://apps.apple.com/app/rumble-dating-business/id987654321",
      "id": "987654321"
    }
  ],

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