{
  "name": "Maze Maker",
  "short_name": "Maze",
  "description": "Maze maker: generate square, circular, triangular, hexagonal, star and heart-shaped mazes, solve them with the keyboard or a finger, and export them as SVG or PNG.",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "background_color": "#1a212d",
  "theme_color": "#1a212d",
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}
