{
    "name": "ERPNext Mobile",
    "short_name": "ERPNext",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#2490ef",
    "description": "Mobile APP PWA for ERPNext / Frappe",
    "categories": [
        "business",
        "productivity",
        "utilities"
    ],
    "icons": [
        {
            "src": "/files/logo.png",
            "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.png",
                    "type": "image/png",
                    "purpose": "any"
                }
            ]
        },
        {
            "name": "Tasks",
            "url": "/app/task",
            "description": "Tasks List",
            "icons": [
                {
                    "src": "/files/logo.png",
                    "type": "image/png",
                    "purpose": "any"
                }
            ]
        }
    ]
}