{
  "id": "/",
  "short_name": "KidsCatchUp",
  "name": "KidsCatchUp — Catch-UP Programmes",
  "description": "Foundation Phase reading and phonics companion for Catch-UP programme books. Works in the media centre and offline after first visit.",
  "icons": [
    {
      "src": "icons/icon-192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any"
    },
    {
      "src": "icons/icon-maskable-512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "maskable"
    }
  ],
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "theme_color": "#16a34a",
  "background_color": "#fffdf7",
  "orientation": "portrait-primary",
  "categories": ["education", "books"],
  "prefer_related_applications": false,
  "shortcuts": [
    {
      "name": "Library",
      "short_name": "Library",
      "description": "Open the Catch-UP book shelf",
      "url": "/",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Join class",
      "short_name": "Join",
      "description": "Join your teacher's lesson",
      "url": "/join",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}