{
  "name": "today, again. — Planner",
  "short_name": "today, again.",
  "description": "A calm daily and weekly planner. On-device, offline-first.",
  "lang": "en",
  "dir": "ltr",
  "id": "/?source=pwa",
  "start_url": "/sign-in",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#f5f0e6",
  "theme_color": "#c87042",
  "categories": ["productivity", "lifestyle"],
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "shortcuts": [
    {
      "name": "Today",
      "short_name": "Today",
      "description": "Jump to today's plan",
      "url": "/today?source=shortcut",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "This Week",
      "short_name": "Week",
      "description": "See your week at a glance",
      "url": "/week?source=shortcut",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "This Month",
      "short_name": "Month",
      "description": "Open the month view",
      "url": "/month?source=shortcut",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Menu",
      "short_name": "Menu",
      "description": "Open the planner menu",
      "url": "/menu?source=shortcut",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ],
  "icons": [
    { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "screenshots": [
    {
      "src": "/screenshots/today-mobile.png",
      "sizes": "1024x1536",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Today view — your day at a glance"
    },
    {
      "src": "/screenshots/week-desktop.png",
      "sizes": "1536x1024",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Week view — plan your week calmly"
    }
  ]
}
