{
  "name": "Aether - Life Operating System",
  "short_name": "Aether",
  "description": "Your whole life, beautifully organized",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#faf7ff",
  "theme_color": "#faf7ff",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "https://base44.com/logo_v2.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["productivity", "lifestyle", "health"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Home",
      "description": "View your dashboard",
      "url": "/",
      "icons": []
    },
    {
      "name": "Calendar",
      "short_name": "Calendar",
      "description": "View your calendar",
      "url": "/calendar",
      "icons": []
    },
    {
      "name": "Goals",
      "short_name": "Goals",
      "description": "Track your goals",
      "url": "/goals",
      "icons": []
    }
  ]
}
