{
  "name": "FROGGLE - Dungeon Crawler",
  "short_name": "FROGGLE",
  "description": "A tactical dungeon crawler where frogs fight with sigils and dice. Save Tapo the Tadpole!",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#d9cab1",
  "theme_color": "#22c55e",
  "orientation": "landscape",
  "icons": [
    {
      "src": "assets/tapo-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "assets/tapo-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "assets/tapo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
