{
    "name": "ArshiSoft ERP - Signature Tiles",
    "short_name": "ArshiSoft ERP",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#000000",
    "theme_color": "#449CF0",
    "description": "ERP downloadable app for Signature Tiles",
    "categories": [
      "business",
      "productivity",
      "utilities"
    ],
    "icons": [
      {
        "src": "/files/logo.png", # Path of your uploaded Logo from step 1
        "sizes": "48x48 72x72 96x96 128x128 256x256 512x512",
        "type": "image/png",
        "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": "Todo",
    "url": "/app/todo",
    "description": "Todo List",
    "icons": [
        {
          "src": "/files/logo.svg",
          "type": "image/svg+xml",
          "purpose": "any"
        }
      ]
  },
  {
    "name": "Tasks",
    "url": "/app/task",
    "description": "Tasks List",
    "icons": [
        {
          "src": "/files/logo.svg",
          "type": "image/svg+xml",
          "purpose": "any"
        }
      ]
  }
]
  }