{
  "name": "Crescendo",
  "short_name": "Crescendo",
  "description": "Your intelligent productivity workspace",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#080808",
  "theme_color": "#080808",
  "orientation": "any",
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "categories": ["productivity", "utilities"],
  "shortcuts": [
    {
      "name": "Projects",
      "url": "/projects",
      "description": "View your projects"
    },
    {
      "name": "Calendar",
      "url": "/app",
      "description": "Open the calendar"
    }
  ]
}
