{
  "name": "VIEIRINHA",
  "short_name": "VIEIRINHA",
  "description": "Gestão de garagem, inventário e biscates",
  "start_url": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "background_color": "#0b0b0c",
  "theme_color": "#0b0b0c",
  "orientation": "portrait-primary",
  "edge_to_edge": true,
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "shortcuts": [
    {
      "name": "Novo item",
      "short_name": "Item",
      "url": "/inventario?new=1"
    },
    {
      "name": "Novo trabalho",
      "short_name": "Trabalho",
      "url": "/trabalhos?new=1"
    },
    {
      "name": "Calendário",
      "short_name": "Agenda",
      "url": "/calendario"
    }
  ],
  "icons": [
    {
      "src": "/icons/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml"
    },
    {
      "src": "/icons/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml"
    },
    {
      "src": "/icons/icon-512.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ]
}
