{
  "name": "Perfect Weather",
  "short_name": "Perfect Weather",
  "description": "Find cities around the world with your idea of perfect travel weather.",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#EAF4FF",
  "theme_color": "#4AA0D5",
  "categories": ["travel", "weather", "lifestyle"],
  "icons": [
    {
      "src": "icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "icon-maskable.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ]
}
