{
  "name": "BP Service",
  "short_name": "BP Service",
  "description": "BP Service Management",
  "start_url": "/desk/bill",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#ffffff",
  "theme_color": "#2490ef",
  "lang": "en",
  "dir": "ltr",
  "icons": [
    {
      "src": "/files/BP-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/files/BP-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "categories": [
    "business",
    "productivity"
  ],
  "shortcuts": [
    {
      "name": "Desk",
      "short_name": "Desk",
      "description": "Open ERP Desk",
      "url": "/desk",
      "icons": [
        {
          "src": "/assets/frappe/images/frappe-favicon.svg",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "BP Service",
      "short_name": "BP",
      "description": "BP Service",
      "url": "/desk/bill"
    }
  ]
}