{
    "name": "JS Fuel OMS",
    "short_name": "JOMS",
    "description": "JS Fuel Operations Management System",
    "start_url": "/dashboard",
    "scope": "/",
    "display": "standalone",
    "orientation": "portrait-primary",
    "background_color": "#0D2F5C",
    "theme_color": "#0D2F5C",
    "icons": [
        {
            "src": "/images/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/images/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "New Task",
            "short_name": "New Task",
            "description": "Quickly create a new task",
            "url": "/tasks?new=1&from=shortcut",
            "icons": [{ "src": "/images/icon-192.png", "sizes": "192x192" }]
        },
        {
            "name": "New DSR",
            "short_name": "New DSR",
            "description": "Start a new Daily Sales Report",
            "url": "/dsr",
            "icons": [{ "src": "/images/icon-192.png", "sizes": "192x192" }]
        }
    ]
}
