{
  "name": "Maiah's Math World",
  "short_name": "MaiahLand",
  "description": "A personalised, gamified maths adventure for Year 2 & 3",
  "start_url": "./world.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#1a1a2e",
  "theme_color": "#00ff88",
  "lang": "en-GB",
  "categories": [
    "education",
    "kids"
  ],
  "icons": [
    {
      "src": "assets/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "assets/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "assets/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "The world",
      "url": "./world.html",
      "description": "Walk around MaiahLand and find quests"
    },
    {
      "name": "Classic list",
      "url": "./index.html",
      "description": "The plain list of paths and games"
    },
    {
      "name": "Times Table Race",
      "url": "./games/times-race.html",
      "description": "Speed drill for multiplication"
    }
  ]
}
