{
  "name": "Jax the Dino",
  "short_name": "Jax",
  "description": "An open-world educational game for kids ages 2-5, starring Jax the Dino.",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#4FC3F7",
  "theme_color": "#4FC3F7",
  "lang": "en-US",
  "categories": ["games", "education", "kids"],
  "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-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
