{
  "short_name": "Battleship",
  "name": "Battleship Game - Naval Strategy",
  "description": "Play the classic Battleship strategy game online! Challenge the AI in this naval warfare game. Place your ships strategically and sink your opponent's fleet.",
  "icons": [
    {
      "src": "favicon.ico",
      "sizes": "64x64 32x32 24x24 16x16",
      "type": "image/x-icon"
    },
    {
      "src": "logo192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any maskable"
    },
    {
      "src": "logo512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any maskable"
    }
  ],
  "start_url": ".",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#1a1a2e",
  "background_color": "#16213e",
  "scope": "/",
  "lang": "en",
  "categories": ["games", "entertainment", "strategy"],
  "screenshots": [
    {
      "src": "img/battleship.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide"
    }
  ],
  "shortcuts": [
    {
      "name": "New Game",
      "short_name": "New Game",
      "description": "Start a new battleship game",
      "url": "/?action=new-game",
      "icons": [
        {
          "src": "logo192.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "prefer_related_applications": false
}
