{
  "_comment_colors": "background_color and theme_color are hardcoded here from app/theme.css (:root, light scheme) \u2014 the plan's sanctioned exception, same two hexes as public/icons/sprout.svg: background_color = --md-sys-color-primary-container #a3f69c, theme_color = --md-sys-color-on-primary-container #002204.",
  "name": "Reading Sprouts",
  "short_name": "Reading Sprouts",
  "description": "See your child's next session, message their instructor, and pay invoices \u2014 all in one warm, simple place.",
  "start_url": "/home",
  "scope": "/",
  "display": "standalone",
  "background_color": "#a3f69c",
  "theme_color": "#002204",
  "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"
    }
  ]
}
