{
  "name": "GoliFlow CRM",
  "short_name": "GoliFlow",
  "description": "GoliFlow — the CRM you actually own. Self-hosted, perpetual license, modern stack.",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0d1226",
  "theme_color": "#7855e6",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "url": "/dashboard",
      "description": "View your dashboard"
    },
    {
      "name": "Contacts",
      "url": "/contacts",
      "description": "Manage contacts"
    },
    {
      "name": "Deals",
      "url": "/deals",
      "description": "Manage deals"
    }
  ]
}
