{
  "id": "./?source=pwa",
  "name": "Ember — A Focus Ritual (Pomodoro + Intention Timer)",
  "short_name": "Ember",
  "description": "A warm, offline-first focus timer with a ritual: name the one thing, pick a rhythm, park distractions, and watch a drift-accurate focus/break ring run itself. 100% local, no account.",
  "start_url": "./?source=pwa",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#F6EEDF",
  "theme_color": "#F6EEDF",
  "categories": ["productivity", "utilities", "education"],
  "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" }
  ],
  "shortcuts": [
    { "name": "Start a classic focus", "short_name": "Start focus", "description": "Start a 25-minute classic focus block", "url": "./?action=start&source=shortcut", "icons": [{ "src": "assets/icons/icon-192.png", "sizes": "192x192" }] }
  ]
}
