{
  "id": "/daily-maths-review-app",
  "name": "Daily Maths Review",
  "short_name": "Daily Maths",
  "description": "Teacher, parent and student maths review modes in one Daily Maths Review app.",
  "lang": "en-AU",
  "dir": "ltr",
  "start_url": "/student_app.html",
  "scope": "/",
  "display": "standalone",
  "background_color": "#fbe9f2",
  "theme_color": "#fbe9f2",
  "orientation": "any",
  "categories": [
    "education"
  ],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "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"
    }
  ]
}
