{
  "name": "Par",
  "short_name": "Par",
  "description": "Par is the AI that works alongside your team. It connects to your tools, learns how your projects move, and keeps everything organized while you focus on what matters.",
  "id": "/",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait",
  "lang": "en",
  "dir": "ltr",
  "theme_color": "#ffffff",
  "background_color": "#ffffff",
  "categories": ["productivity", "business", "utilities"],
  "icons": [
    { "src": "/icons/icon-192.png",          "type": "image/png", "sizes": "192x192", "purpose": "any" },
    { "src": "/icons/icon-256.png",          "type": "image/png", "sizes": "256x256", "purpose": "any" },
    { "src": "/icons/icon-384.png",          "type": "image/png", "sizes": "384x384", "purpose": "any" },
    { "src": "/icons/icon-512.png",          "type": "image/png", "sizes": "512x512", "purpose": "any" },
    { "src": "/icons/icon-1024.png",         "type": "image/png", "sizes": "1024x1024", "purpose": "any" },
    { "src": "/icons/icon-192-maskable.png", "type": "image/png", "sizes": "192x192", "purpose": "maskable" },
    { "src": "/icons/icon-512-maskable.png", "type": "image/png", "sizes": "512x512", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Home",
      "description": "Jump into today's brief and actions.",
      "url": "/dashboard?source=pwa-shortcut",
      "icons": [
        { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }
      ]
    }
  ],
  "prefer_related_applications": false
}
