{
  "name": "Ocean Fishing Adventure",
  "short_name": "Ocean Fishing",
  "description": "A cute AR fishing game where you sail the ocean and catch fish with a magnet!",
  "start_url": ".",
  "display": "fullscreen",
  "background_color": "#4682B4",
  "theme_color": "#4682B4",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon-512.png", 
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["games", "entertainment"],
  "lang": "en"
}