{
  "name": "Kairo — time you can see",
  "short_name": "Kairo",
  "description": "A visual daily planner that makes time tangible. Built for brains that plan differently.",
  "start_url": "/app/today",
  "display": "standalone",
  "background_color": "#f7f4ee",
  "theme_color": "#5b4fd6",
  "orientation": "portrait",
  "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", "lifestyle", "health"],
  "shortcuts": [
    {
      "name": "New activity",
      "short_name": "New activity",
      "url": "/app/editor",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Quick capture",
      "short_name": "Capture",
      "url": "/app/today?capture=1",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Focus",
      "short_name": "Focus",
      "url": "/app/focus",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Brain breaks",
      "short_name": "Brain breaks",
      "url": "/app/play",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}
