{
  "name": "PlannerPro - Event Command Center",
  "short_name": "PlannerPro",
  "description": "Professional event planning and real-time execution management",
  "start_url": "/dashboard",
  "display": "standalone",
  "background_color": "#09090b",
  "theme_color": "#c9a876",
  "orientation": "any",
  "scope": "/",
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/icon-192.png?v=2",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png?v=2",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-1024.png",
      "type": "image/png",
      "sizes": "1024x1024",
      "purpose": "any maskable"
    },
    {
      "src": "/favicon.png?v=2",
      "type": "image/png",
      "sizes": "64x64"
    }
  ],
  "categories": ["lifestyle", "productivity", "business"],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "View your projects",
      "url": "/dashboard",
      "icons": [{ "src": "/icon-192.png?v=2", "sizes": "96x96" }]
    },
    {
      "name": "Day Overview",
      "short_name": "Day View",
      "description": "Open execution command center",
      "url": "/project/overview",
      "icons": [{ "src": "/icon-192.png?v=2", "sizes": "96x96" }]
    },
    {
      "name": "Timeline",
      "short_name": "Timeline",
      "description": "Manage event timeline",
      "url": "/project/timeline",
      "icons": [{ "src": "/icon-192.png?v=2", "sizes": "96x96" }]
    },
    {
      "name": "Team",
      "short_name": "Team",
      "description": "Manage day-of team",
      "url": "/project/team",
      "icons": [{ "src": "/icon-192.png?v=2", "sizes": "96x96" }]
    }
  ],
  "screenshots": [],
  "related_applications": [],
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "edge_side_panel": {
    "preferred_width": 400
  }
}
