{
  "id": "./?source=pwa",
  "name": "Right Now — ADHD Daily Planner",
  "short_name": "Right Now",
  "description": "An ADHD-friendly daily planner. See the one thing to do right now.",
  "start_url": "./?source=pwa",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#F4ECDE",
  "theme_color": "#985032",
  "categories": ["productivity", "lifestyle", "health"],
  "icons": [
    { "src": "assets/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "assets/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "assets/icons/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "screenshots": [
    { "src": "assets/screenshots/screenshot-1.png", "sizes": "1080x1920", "type": "image/png", "form_factor": "narrow", "label": "See the one thing to do right now" },
    { "src": "assets/screenshots/screenshot-2.png", "sizes": "1080x1920", "type": "image/png", "form_factor": "narrow", "label": "Built for ADHD brains — gentle and offline" }
  ],
  "shortcuts": [
    { "name": "Brain dump", "short_name": "Dump", "description": "Capture a thought fast", "url": "./?view=dump&source=shortcut", "icons": [{ "src": "assets/icons/icon-192.png", "sizes": "192x192" }] },
    { "name": "Focus 5 min", "short_name": "Focus", "description": "Start a gentle focus timer", "url": "./?view=focus&source=shortcut", "icons": [{ "src": "assets/icons/icon-192.png", "sizes": "192x192" }] }
  ]
}
