{
  "name": "Ordivio",
  "short_name": "Ordivio",
  "description": "Your premium daily planner. Todos, calendar, shopping, and habit tracking — all in one.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#FAFBFF",
  "theme_color": "#3B82F6",
  "orientation": "portrait-primary",
  "categories": ["productivity", "lifestyle"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Todos",
      "url": "/todos",
      "description": "View your todos"
    },
    {
      "name": "Calendar",
      "url": "/calendar",
      "description": "Open your calendar"
    }
  ]
}
