{
  "name": "Mercura Finance Platform",
  "short_name": "Mercura",
  "description": "Mercura delivers real-time cash visibility, automated collections, and close-ready accounting workflows on every device.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0f172a",
  "theme_color": "#2563eb",
  "orientation": "portrait-primary",
  "categories": ["finance", "business", "productivity"],
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/favicon.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/og-about.jpg",
      "sizes": "1200x630",
      "type": "image/jpeg",
      "form_factor": "wide"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "url": "/dashboard"
    },
    {
      "name": "Reports",
      "short_name": "Reports",
      "url": "/financial-reports"
    },
    {
      "name": "Collections",
      "short_name": "Collections",
      "url": "/collections"
    }
  ],
  "prefer_related_applications": false
}
