{
  "name": "Vergefy Platform - Business Management Suite",
  "short_name": "Vergefy",
  "description": "Comprehensive business management platform with advanced analytics, workflow automation, and team collaboration tools.",
  "version": "1.0.0",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#1976d2",
  "background_color": "#ffffff",
  "scope": "/",
  "lang": "en",
  "dir": "ltr",
  "categories": ["business", "productivity", "finance"],
  "icons": [
    {
      "src": "/icons/favicon-72x72.png",
      "sizes": "72x61",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/favicon-96x96.png",
      "sizes": "96x81",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/favicon-128x128.png",
      "sizes": "128x108",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/favicon-144x144.png",
      "sizes": "144x122",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/favicon-152x152.png",
      "sizes": "152x128",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/favicon-192x192.png",
      "sizes": "192x162",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/favicon-384x384.png",
      "sizes": "384x324",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/favicon-512x512.png",
      "sizes": "512x432",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ],
  "screenshots": [
    {
      "src": "/images/screenshots/dashboard-wide.jpg",
      "sizes": "1280x720",
      "type": "image/jpeg",
      "form_factor": "wide",
      "label": "Dashboard overview on desktop"
    },
    {
      "src": "/images/screenshots/dashboard-narrow.jpg",
      "sizes": "390x844",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "Dashboard overview on mobile"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "View your business dashboard",
      "url": "/dashboard",
      "icons": [{ "src": "/icons/dashboard-96x96.png", "sizes": "96x96" }]
    },
    {
      "name": "Analytics",
      "short_name": "Analytics",
      "description": "View business analytics",
      "url": "/analytics",
      "icons": [{ "src": "/icons/analytics-96x96.png", "sizes": "96x96" }]
    },
    {
      "name": "Settings",
      "short_name": "Settings",
      "description": "Manage your account settings",
      "url": "/settings",
      "icons": [{ "src": "/icons/settings-96x96.png", "sizes": "96x96" }]
    }
  ],
  "edge_side_panel": {
    "preferred_width": 480
  },
  "handle_links": "preferred",
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "protocol_handlers": [
    {
      "protocol": "web+vergefy",
      "url": "/handle?protocol=%s"
    }
  ],
  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=com.vergefy.platform",
      "id": "com.vergefy.platform"
    },
    {
      "platform": "itunes",
      "url": "https://apps.apple.com/app/vergefy-platform/id123456789"
    }
  ],
  "prefer_related_applications": false
}
