{
  "name": "battleship-app",
  "short_name": "battleship",
  "start_url": ".",
  "display": "standalone",
  "background_color": "#ffffff",
  "description": "A simple battleship game built with React and Vite.",
  "icons": [
    {
      "src": "app-icon.svg",
      "sizes": "192x192",
      "type": "image/svg+xml"
    }
  ]
}
