{
  "name": "NUGGETONE",
  "short_name": "Nuggetone",
  "description": "Gestão financeira pessoal e empresarial",
  "start_url": "dashboard",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0D1117",
  "theme_color": "#F59E0B",
  "lang": "pt-BR",
  "categories": ["finance", "productivity"],
  "icons": [
    { "src": "pwa/web-app-manifest-192x192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable any" },
    { "src": "pwa/web-app-manifest-512x512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable any" }
  ],
  "shortcuts": [
    {
      "name": "Novo lançamento",
      "url": "pessoal/lancamentos/novo",
      "icons": [{ "src": "pwa/icon-master.png", "sizes": "96x96" }]
    }
  ]
}
