{
  "name": "Yelsu - Smart Business Platform",
  "short_name": "Yelsu",
  "description": "The ultimate platform for building and managing your online store",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#6366f1",
  "orientation": "portrait",
  "categories": [
    "business",
    "shopping",
    "productivity",
    "ecommerce"
  ],
  "lang": "en",
  "dir": "ltr",
  "icons": [
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/home.svg",
      "sizes": "1080x1920",
      "type": "image/svg+xml",
      "label": "Home Screen"
    },
    {
      "src": "/screenshots/home-wide.svg",
      "sizes": "1920x1080",
      "type": "image/svg+xml",
      "label": "Home Screen Desktop",
      "form_factor": "wide"
    },
    {
      "src": "/screenshots/dashboard.svg",
      "sizes": "1080x1920",
      "type": "image/svg+xml",
      "label": "Dashboard"
    },
    {
      "src": "/screenshots/store.svg",
      "sizes": "1080x1920",
      "type": "image/svg+xml",
      "label": "Store Management"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "Go to dashboard",
      "url": "/dashboard",
      "icons": [
        {
          "src": "/icons/shortcut-dashboard.svg",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Store",
      "short_name": "Store",
      "description": "Go to store",
      "url": "/store",
      "icons": [
        {
          "src": "/icons/shortcut-store.svg",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Orders",
      "short_name": "Orders",
      "description": "Go to orders",
      "url": "/orders",
      "icons": [
        {
          "src": "/icons/shortcut-orders.svg",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Support",
      "short_name": "Support",
      "description": "Go to support",
      "url": "/panel/support",
      "icons": [
        {
          "src": "/icons/shortcut-support.svg",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    }
  ],
  "prefer_related_applications": false,
  "related_applications": [],
  "display_override": [
    "standalone",
    "fullscreen"
  ],
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "scope": "/"
}