{
  "name": "Olivia's Axolotl Adventure",
  "short_name": "Axolotl",
  "description": "Feed your axolotl, collect coins, and unlock cool new looks!",
  "start_url": "./index.html",
  "display": "fullscreen",
  "orientation": "portrait",
  "background_color": "#0a8a9a",
  "theme_color": "#1ad0e0",
  "icons": [
    {
      "src": "assets/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "assets/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}
