{
  "name": "Todolet",
  "short_name": "Todolet",
  "description": "A clean, week-at-a-glance to-do app. Tap a day, add tasks, check them off. Works offline.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#059669",
  "orientation": "portrait-primary",
  "share_target": {
    "action": "/",
    "method": "GET",
    "params": {
      "text": "text",
      "title": "title",
      "url": "url"
    }
  },
  "shortcuts": [
    {
      "name": "Today",
      "short_name": "Today",
      "description": "Open today's tasks",
      "url": "/?day=today"
    },
    {
      "name": "Tomorrow",
      "short_name": "Tomorrow",
      "description": "Open tomorrow's tasks",
      "url": "/?day=tomorrow"
    }
  ],
  "icons": [
    {
      "src": "/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}
