{
    "name": "OTOMAN - Automotive Manager",
    "short_name": "OTOMAN",
    "description": "Smart Vehicle Tracking & Management",
    "start_url": "/",
    "display": "standalone",
    "orientation": "portrait-primary",
    "background_color": "#121214",
    "theme_color": "#00E0FF",
    "scope": "/",
    "lang": "id",
    "dir": "ltr",
    "shortcuts": [
        {
            "name": "Catat BBM",
            "short_name": "BBM",
            "description": "Catat pengisian bahan bakar",
            "url": "/quick-fuel",
            "icons": [
                {
                    "src": "icons/Icon-192.png",
                    "sizes": "192x192"
                }
            ]
        },
        {
            "name": "Cari Bengkel",
            "short_name": "Bengkel",
            "description": "Temukan bengkel terdekat",
            "url": "/workshops",
            "icons": [
                {
                    "src": "icons/Icon-192.png",
                    "sizes": "192x192"
                }
            ]
        },
        {
            "name": "Live Tracking",
            "short_name": "Tracking",
            "description": "Mulai live GPS tracking",
            "url": "/quick-tracking",
            "icons": [
                {
                    "src": "icons/Icon-192.png",
                    "sizes": "192x192"
                }
            ]
        },
        {
            "name": "SOS Darurat",
            "short_name": "SOS",
            "description": "Bantuan darurat",
            "url": "/sos",
            "icons": [
                {
                    "src": "icons/Icon-192.png",
                    "sizes": "192x192"
                }
            ]
        }
    ],
    "share_target": {
        "action": "/share-target",
        "method": "POST",
        "enctype": "multipart/form-data",
        "params": {
            "title": "title",
            "text": "text",
            "url": "url",
            "files": [
                {
                    "name": "file",
                    "accept": [
                        "image/*",
                        "application/pdf"
                    ]
                }
            ]
        }
    },
    "categories": [
        "automotive",
        "utilities",
        "productivity"
    ],
    "prefer_related_applications": false,
    "icons": [
        {
            "src": "icons/Icon-192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "icons/Icon-512.png",
            "sizes": "512x512",
            "type": "image/png"
        },
        {
            "src": "icons/Icon-maskable-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "icons/Icon-maskable-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ]
}