{
  "name": "TMGM Email Dashboard",
  "short_name": "TMGM",
  "description": "Roy's TMGM email automation command center — daily brief, customer pool, send wizard.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0a0e1a",
  "theme_color": "#0a0e1a",
  "scope": "/",
  "lang": "zh-TW",
  "icons": [
    {
      "src": "/static/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["business", "productivity", "finance"],
  "shortcuts": [
    {
      "name": "Today's Brief 今日簡報",
      "short_name": "Brief",
      "description": "View today's daily brief",
      "url": "/brief",
      "icons": [{"src": "/static/icon.svg", "sizes": "any"}]
    },
    {
      "name": "Customer Pool 客戶池",
      "short_name": "Customers",
      "description": "Browse customer pool",
      "url": "/customers",
      "icons": [{"src": "/static/icon.svg", "sizes": "any"}]
    }
  ]
}
