{
  "id": "/dashboard",
  "name": "PIO",
  "short_name": "PIO",
  "description": "Sistema administrativo PIO — clientes, finanças, tarefas e impressoras.",
  "lang": "pt-BR",
  "dir": "ltr",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "any",
  "categories": ["business", "productivity"],
  "background_color": "#ffffff",
  "theme_color": "#0d6efd",
  "icons": [
    {
      "src": "/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    { "name": "Tarefas", "url": "/tarefas" },
    { "name": "Clientes", "url": "/clients" },
    { "name": "Credenciais", "url": "/credentials" }
  ]
}
