{
  "name": "KidyToy Online Shop",
  "short_name": "KidyToy",
  "description": "Your one-stop destination for premium products. Shop electronics, fashion, home & living, sports, beauty and more with exclusive deals.",
  "start_url": "/dashboard/order/add",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#1976d2",
  "orientation": "portrait-primary",
  "scope": "/",
  "offline_enabled": true,
  "icons": [
    {
      "src": "/apple-touch-icon.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ],
  "categories": ["business", "finance", "pos", "cashier", "sale", "inventory"],
  "lang": "en",
  "dir": "ltr",
  "prefer_related_applications": false,
  "related_applications": [],
  "screenshots": [
    {
      "src": "/icons/icon-128x128.png",
      "sizes": "128x128",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Cashier Dashboard"
    },
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Cashier Dashboard"
    }
  ],
  "shortcuts": [
    {
      "name": "Add New Order",
      "short_name": "New Order",
      "description": "Quickly create a new order",
      "url": "/dashboard/order/add",
      "icons": [
        {
          "src": "/icons/icon-192x192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}
