{
  "name": "TonyFruit Mobile",
  "short_name": "TonyFruit",
  "description": "Quản lý bán hàng và kho hàng - TonyFruit",
  "id": "/dashboard",
  "start_url": "/dashboard",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#f8faf9",
  "theme_color": "#2e7d5b",
  "lang": "vi",
  "scope": "/",
  "categories": ["business", "productivity"],
  "icons": [
    { "src": "/icons/icon-192x192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-512x512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-512x512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" },
    { "src": "/icons/icon-192x192.svg", "sizes": "any", "type": "image/svg+xml" },
    { "src": "/icons/icon-512x512.svg", "sizes": "any", "type": "image/svg+xml" }
  ],
  "shortcuts": [
    {
      "name": "Tạo đơn hàng",
      "short_name": "Tạo đơn",
      "description": "Tạo đơn hàng mới",
      "url": "/orders/new/customer",
      "icons": [{ "src": "/icons/icon-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "Tạo khách hàng",
      "short_name": "Tạo khách",
      "description": "Tạo khách hàng mới (siêu thị / sỉ / lẻ)",
      "url": "/customers/new",
      "icons": [{ "src": "/icons/icon-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "Kho hàng",
      "short_name": "Kho",
      "description": "Xem tồn kho",
      "url": "/warehouse/stock",
      "icons": [{ "src": "/icons/icon-192x192.png", "sizes": "192x192" }]
    }
  ],
  "share_target": {
    "action": "/orders/new/upload",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "order_files",
          "accept": [
            "image/*",
            ".heic", ".heif",
            "image/heic", "image/heif",
            ".xlsx", ".xls",
            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
            "application/vnd.ms-excel",
            ".pdf",
            "application/pdf"
          ]
        }
      ]
    }
  }
}

