{
  "$schema": "https://json.schemastore.org/web-manifest-combined.json",
  "name": "InPost Air — Sopot",
  "short_name": "InPost Air",
  "id": "/inpost/",
  "start_url": "./index.php",
  "scope": "./",
  "display": "standalone",
  "background_color": "#070a13",
  "theme_color": "#070a13",
  "orientation": "portrait-primary",
  "categories": ["weather", "utilities"],
  "icons": [
    {
      "src": "icon.png",
      "sizes": "any",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon.png",
      "sizes": "any",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}