{
  "name": "Simplist AI",
  "short_name": "Simplist",
  "description": "AI-powered minimalist productivity tool. Organize tasks, stay focused, and plan your day.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "id": "/",
  "display": "standalone",
  "orientation": "any",
  "theme_color": "#0F0F10",
  "background_color": "#0F0F10",
  "categories": ["productivity", "lifestyle"],
  "icons": [
    {
      "src": "/favicon/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/favicon/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/favicon/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/favicon/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "AI Coach",
      "short_name": "Coach",
      "url": "/AICoach?source=shortcut",
      "icons": [{ "src": "/favicon/web-app-manifest-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "Todos",
      "short_name": "Todos",
      "url": "/Todos?source=shortcut",
      "icons": [{ "src": "/favicon/web-app-manifest-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "Focus",
      "short_name": "Focus",
      "url": "/Focus?source=shortcut",
      "icons": [{ "src": "/favicon/web-app-manifest-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "Calendar",
      "short_name": "Calendar",
      "url": "/Calendar?source=shortcut",
      "icons": [{ "src": "/favicon/web-app-manifest-192x192.png", "sizes": "192x192" }]
    }
  ]
}
