{
  "id": "/app",
  "name": "Brain Nest",
  "short_name": "Brain Nest",
  "description": "A gentle home for the days when everything feels like a lot.",
  "start_url": "/app",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#080C18",
  "theme_color": "#080C18",
  "categories": ["productivity", "lifestyle", "health"],
  "icons": [
    { "src": "/app-icon-192.png?v=11", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/app-icon-512.png?v=11", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    {
      "src": "/app-icon-512.png?v=11",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Tell Nest",
      "short_name": "Tell Nest",
      "description": "Open Nest and offload what's on your mind.",
      "url": "/nest",
      "icons": [{ "src": "/app-icon-192.png?v=11", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "My day",
      "short_name": "My day",
      "description": "See your prepared day at a glance.",
      "url": "/nest?view=myday",
      "icons": [{ "src": "/app-icon-192.png?v=11", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Today",
      "short_name": "Today",
      "description": "Open your prepared Today plan.",
      "url": "/today",
      "icons": [{ "src": "/app-icon-192.png?v=11", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
