{
  "name": "Krytz",
  "short_name": "Krytz",
  "description": "Your life, reconstructed. A smart personal organizer that turns your thoughts into action.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#FAF8F5",
  "theme_color": "#1B2A4A",
  "orientation": "any",
  "categories": ["productivity", "lifestyle"],
  "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"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Quick Add",
      "short_name": "Add",
      "description": "Add a new thought or task",
      "url": "/?action=capture",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Tasks",
      "short_name": "Tasks",
      "description": "View your tasks",
      "url": "/tasks"
    },
    {
      "name": "Search",
      "short_name": "Search",
      "description": "Search your notes",
      "url": "/search"
    }
  ]
}
