{
  "name": "Zoetic — My Life OS",
  "short_name": "Zoetic",
  "description": "Your chakra-coded personal life operating system. Projects, habits, goals, appointments — all in one beautiful offline-first app.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#1e1e1c",
  "theme_color": "#66BB6A",
  "orientation": "portrait-primary",
  "icons": [
    { "src": "icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "categories": ["productivity", "lifestyle", "health"],
  "screenshots": [],
  "shortcuts": [
    { "name": "New Project", "short_name": "Project", "description": "Create a new project", "url": "/?action=new-project" },
    { "name": "Voice Capture", "short_name": "Capture", "description": "Capture a new idea", "url": "/?action=voice" },
    { "name": "Calendar", "short_name": "Calendar", "description": "View your calendar", "url": "/?view=calendar" }
  ]
}
