{
  "name": "AlohaForecast",
  "short_name": "Aloha",
  "description": "Surf forecast for Brazil beaches — waves, wind and tides",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#0a1628",
  "theme_color": "#0a1628",
  "orientation": "portrait-primary",
  "lang": "pt-BR",
  "categories": ["sports", "weather"],
  "icons": [
    {
      "src": "icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Morro das Pedras",
      "short_name": "Morro Pedras",
      "description": "Previsão Praia Morro das Pedras",
      "url": "./index.html?beach=morro-das-pedras"
    },
    {
      "name": "Campeche",
      "short_name": "Campeche",
      "description": "Previsão Praia do Campeche",
      "url": "./index.html?beach=campeche"
    }
  ]
}
