{
  "name": "HQ.SLTY - Command Center",
  "short_name": "HQ.SLTY",
  "description": "Private command center dashboard tracking your empire's growth",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#000000",
  "theme_color": "#ff4444",
  "orientation": "any",
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml"
    }
  ],
  "categories": ["business", "productivity", "finance"],
  "shortcuts": [
    {
      "name": "Refresh Data",
      "short_name": "Refresh",
      "description": "Force refresh dashboard metrics",
      "url": "/?action=refresh",
      "icons": [{ "src": "/icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    }
  ]
}
