{
  "name": "Arrows_Grid",
  "short_name": "ArrowsGrid",
  "description": "An endless high-density winding arrow maze puzzle game.",
  "start_url": "index.html",
  "display": "standalone",
  "background_color": "#1a1a1f",
  "theme_color": "#23232a",
  "orientation": "portrait",
  "icons": [
    {
      "src": "logo.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "logo.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}