{
  "name": "Maths Adventure Island",
  "short_name": "Maths Adventure",
  "description": "A fun maths game to practise place value, rounding, times tables, column sums, decimals, shapes, fractions, and history",
  "start_url": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#ffae00",
  "theme_color": "#ffae00",
  "categories": ["education", "games"],
  "screenshots": [
    {
      "src": "splash.jpg",
      "sizes": "1280x720",
      "type": "image/jpeg",
      "form_factor": "wide",
      "label": "Maths Adventure Island welcome screen"
    }
  ],
  "icons": [
    {
      "src": "appicon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "appicon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}