{
  "id": "/?source=pwa&appv=4",
  "name": "The Finance Hub",
  "short_name": "Finance Hub",
  "description": "Market heatmaps, stock detail, sentiment, macro, and system status for The Finance Hub.",
  "start_url": "/?source=pwa&appv=4",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#ffffff",
  "theme_color": "#0f6b3a",
  "categories": [
    "finance",
    "business",
    "productivity"
  ],
  "lang": "ko-KR",
  "dir": "ltr",
  "icons": [
    {
      "src": "/app/static/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/app/static/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/app/static/icons/maskable-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Market Heatmap",
      "short_name": "Heatmap",
      "description": "Open the multi-market heatmap.",
      "url": "/?source=pwa-shortcut-heatmap",
      "icons": [
        {
          "src": "/app/static/icons/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}
