{
    "name": "PetrolPrices",
    "short_name": "PetrolPrices",
    "description": "Compare real-time fuel prices near you. Find the cheapest petrol, diesel and LPG stations across 10 countries.",
    "id": "/",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#16a34a",
    "orientation": "portrait-primary",
    "lang": "en",
    "icons": [
        {
            "src": "/icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "/icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/icon-512-maskable.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "categories": ["utilities", "lifestyle"],
    "shortcuts": [
        {
            "name": "Nearest Station",
            "short_name": "Nearest",
            "description": "Find the nearest fuel station",
            "url": "/?action=nearest"
        },
        {
            "name": "Cheapest Nearby",
            "short_name": "Cheapest",
            "description": "Find the cheapest fuel near you",
            "url": "/list?sort=cheapest"
        }
    ]
}
