{
  "name": "KPI Tracker — Report My Numbers",
  "short_name": "KPI",
  "description": "Daily KPI tracking for KW team leaders",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#000000",
  "theme_color": "#A52020",
  "orientation": "portrait-primary",
  "lang": "en-US",
  "categories": ["productivity", "business"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Log Today",
      "short_name": "Log",
      "description": "Open the daily entry form",
      "url": "/?tab=daily",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
