{
    "name": "ERPNext Mobile",
    "short_name": "ERPNext",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#000000",
    "theme_color": "#000000",
    "description": "Mobile APP PWA for ERPNext / Frappe",
    "categories": [
      "business",
      "productivity",
      "utilities"
    ],
    "icons": [
      {
        "src": "https://erp.minhtran.vn/files/star-solid-full.svg", # Path of your uploaded Logo from step 1
        "sizes": "48x48 72x72 96x96 128x128 256x256 512x512",
        "type": "image/svg+xml",
        "purpose": "any"
      }
    ],
    "id": "erpnext",
    "dir": "auto",
    "lang": "en",
    "orientation": "any",
    "prefer_related_applications": false,
    "handle_links": "preferred",
    "launch_handler": {
    "client_mode": "navigate-existing"
    },
    "shortcuts": [
  {
    "name": "Saleforce Activity",
    "url": "app/salesforce-activity",
    "description": "SFA Module",
    "icons": [
        {
          "src": "https://erp.minhtran.vn/files/star-solid-full.svg",
          "type": "image/svg+xml",
          "purpose": "any"
        }
      ]
  }
]
  }