{
  "name": "AI Upline",
  "short_name": "AI Upline",
  "description": "Your AI coach for network marketing \u2014 scripts, objections, daily check-in, income calculator.",
  "start_url": "/app",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#050818",
  "theme_color": "#050818",
  "lang": "en",
  "scope": "/",
  "categories": [
    "business",
    "productivity"
  ],
  "icons": [
    {
      "src": "/static/pwa-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/pwa-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "Daily Check-in",
      "url": "/mode/daily",
      "description": "Start your daily coaching session"
    },
    {
      "name": "What Do I Say?",
      "url": "/mode/scripts",
      "description": "Get a word-for-word script"
    },
    {
      "name": "Objection Battle",
      "url": "/mode/battle",
      "description": "Train on objection handling"
    },
    {
      "name": "Income Calculator",
      "url": "/calculator",
      "description": "See your income potential"
    }
  ],
  "screenshots": [],
  "prefer_related_applications": false
}