{
  "//": "PWA manifest (technical-spec §12.3 — installable with icons). theme/background use the Lantern tokens (amber accent, cool-neutral bg). standalone display + start_url '/' so it opens like a native app on the family's Android home screens.",
  "name": "Lantern",
  "short_name": "Lantern",
  "description": "A calm, warm family homeschool planner — a guiding light for the day.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "theme_color": "#F0A93C",
  "background_color": "#F7F9FA",
  "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-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
