{
  "name": "Turistando",
  "short_name": "Turistando",
  "description": "Portal nacional de turismo municipal com cidades, eventos, guia comercial e PWA.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#f5f8f6",
  "theme_color": "#0c8f44",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/assets/images/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Escolher cidade",
      "url": "/",
      "description": "Abrir a selecao de cidades"
    },
    {
      "name": "Painel Master",
      "url": "/admin",
      "description": "Abrir painel administrativo"
    }
  ]
}
