{
  "short_name": "KnightsTour",
  "name": "KnightsTour",
  "description": "Knights tour puzzle, complete the knight's tour of the chessboard.",
  "icons": [
  {
  "src":"./images/knightstour192.png",
  "sizes": "192x192",
  "type": "image/png"
  },
  {
  "src":"./images/knightstour512.png",
  "sizes": "512x512",
  "type": "image/png",
  "purpose": "maskable"
  }
  ],
  "start_url": ".",
  "background_color": "#FFFFFF",
  "theme_color": "#4F30FF",
  "display": "standalone",
  "orientation": "portrait"
}