{
  "name": "Nini's Math Gate",
  "short_name": "NiniMath",
  "description": "Help Nini solve math problems to let friends into Disneyland!",
  "start_url": ".",
  "display": "standalone",
  "background_color": "#FFE4EC",
  "theme_color": "#FF69B4",
  "orientation": "portrait",
  "scope": ".",
  "icons": [
    {
      "src": "images/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "images/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["education", "games", "kids"],
  "lang": "en",
  "dir": "ltr"
}