{
  "name": "Ocean Rescue 2.0",
  "short_name": "Ocean Rescue",
  "description": "A real-time browser game where two coordinators scan an 8x8 ocean grid to find and rescue marine creatures and sunken cargo.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#071e2e",
  "theme_color": "#f28c4e",
  "orientation": "portrait-primary",
  "categories": [
    "games",
    "entertainment"
  ],
  "lang": "en",
  "icons": [
    {
      "src": "icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-1024x1024.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "purpose": "any"
    }
  ]
}
