{
  "name": "Lunelo — your one-day plan",
  "short_name": "Lunelo",
  "description": "Say it once and forget. The voice-first AI task planner: mic, timeline, swipes.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#f7f3ee",
  "theme_color": "#2a5fa5",
  "orientation": "portrait",
  "lang": "en",
  "categories": ["productivity", "lifestyle"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Record a task",
      "short_name": "Record",
      "description": "Open the microphone right away",
      "url": "/?action=record"
    }
  ]
}
