{
    "id": "./",

    "name": "Intelligent Ownership Ecosystem",
    "short_name": "Revlo",

    "description": "Revlo — Smart Vehicle Intelligence for tracking fuel, mileage, maintenance, expenses and vehicle performance.",

    "start_url": "./index.php",
    "scope": "./",

    "display": "standalone",
    "orientation": "any",

    "background_color": "#071B49",
    "theme_color": "#2563EB",

    "icons": [
        {
            "src": "assets/images/icon-192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "assets/images/icon-512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ],

    "screenshots": [
        {
            "src": "assets/images/screenshots/desktop.png",
            "sizes": "1917x908",
            "type": "image/png",
            "form_factor": "wide",
            "label": "Revlo desktop experience"
        },
        {
            "src": "assets/images/screenshots/mobile.png",
            "sizes": "1320x2868",
            "type": "image/png",
            "form_factor": "narrow",
            "label": "Revlo mobile experience"
        }
    ]
}