{
  "_tenantBrand": "CURRENT TENANT = Amana Institute (the sole tenant today). This app-wide manifest carries Amana's name, mark and palette because its owner asked for her brand on her classroom. When a second school onboards, name/theme/icons must come per-request from that tenant's brand_json — this static file becomes a dynamic manifest then. Icons: scripts/generateIcons.ts. Palette: purple #633677, gold #be9012, cream #f7f1e7, sampled from her logo.",
  "name": "Amana Institute",
  "short_name": "Amana",
  "description": "Register your child, then enter class with one tap. No passwords.",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#633677",
  "background_color": "#f7f1e7",
  "lang": "en",
  "categories": ["education"],
  "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-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
