{
  "name": "NFS Prático",
  "short_name": "NFS",
  "description": "Emissão de NFS-e simplificada para contadores e empresas",
  "start_url": "/dashboard",
  "display": "standalone",
  "background_color": "#F6F8FA",
  "theme_color": "#1B2A4A",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Emitir nota",
      "short_name": "Emitir",
      "url": "/notas-fiscais/emitir",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Notas fiscais",
      "short_name": "Notas",
      "url": "/notas-fiscais",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ],
  "categories": ["finance", "productivity"],
  "screenshots": []
}
