{
  "name": "Wealth Wire - Financial News",
  "short_name": "Wealth Wire",
  "description": "Premium financial news aggregator with real-time market updates and wealth management insights",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#000000",
  "theme_color": "#FBBF24",
  "orientation": "portrait-primary",
  "scope": "/",
  "categories": ["finance", "news", "business"],
  "icons": [
    {
      "src": "/activity-icon.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/icon.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/favicon.svg",
      "sizes": "64x64",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "/og-image.png",
      "sizes": "1200x630",
      "type": "image/png",
      "form_factor": "wide"
    }
  ],
  "shortcuts": [
    {
      "name": "Latest News",
      "short_name": "News",
      "description": "View latest financial news",
      "url": "/",
      "icons": [{ "src": "/icon.svg", "sizes": "192x192" }]
    },
    {
      "name": "Bookmarks",
      "short_name": "Saved",
      "description": "View your saved articles",
      "url": "/bookmarks",
      "icons": [{ "src": "/icon.svg", "sizes": "192x192" }]
    }
  ]
}
