{
  "name": "Oasea 🏝️",
  "short_name": "Oasea",
  "description": "Transform barren islands into lush, living oases by guiding rainwater to the aquifer",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0078b4",
  "theme_color": "#0078b4",
  "orientation": "any",
  "scope": "/",
  "icons": [
    {
      "src": "/img/island-thumb.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/img/island-thumb.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["games", "entertainment"],
  "screenshots": [
    {
      "src": "/img/pwa/title.webp",
      "sizes": "2160x3840",
      "type": "image/webp",
      "form_factor": "narrow",
      "label": "Oasea title screen"
    },
    {
      "src": "/img/pwa/flyover-win.webp",
      "sizes": "2160x3840",
      "type": "image/webp",
      "form_factor": "narrow",
      "label": "Win screen flyover"
    }
  ],
  "share_target": {
    "action": "/",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
