{
  "name": "Dividend Portfolio Planner",
  "short_name": "DPP",
  "description": "Plan, backtest, and live off dividend income. Interactive planner and backtester with AI-written explanations for every metric.",
  "id": "/",
  "start_url": "/?utm_source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#0F3D32",
  "background_color": "#F7F5F0",
  "lang": "en-US",
  "categories": ["finance", "productivity", "business"],
  "icons": [
    { "src": "/icons/icon-192.png",           "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-192-maskable.png",  "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/icons/icon-512.png",           "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-512-maskable.png",  "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "New portfolio",  "short_name": "Build", "url": "/portfolio/new?utm_source=pwa_shortcut", "description": "Start a new dividend portfolio backtest" },
    { "name": "My holdings",    "short_name": "Holdings", "url": "/holdings?utm_source=pwa_shortcut", "description": "Track your live brokerage positions" },
    { "name": "Research",       "short_name": "Research", "url": "/research?utm_source=pwa_shortcut", "description": "Look up any dividend ticker" }
  ]
}
