{
  "name": "Breeze",
  "short_name": "Breeze",
  "description": "Let Cindy handle the admin while you focus on the performance.",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "background_color": "#f5f1ec",
  "theme_color": "#111111",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["business", "productivity"],
  "shortcuts": [
    {
      "name": "New lead",
      "url": "/leads?new=1",
      "description": "Create a new lead"
    },
    {
      "name": "Events",
      "url": "/events",
      "description": "View all events"
    },
    {
      "name": "Cindy inbox",
      "url": "/cindy/inbox",
      "description": "Open Cindy AI inbox"
    }
  ]
}
