{
    "name": "Лайк",
    "short_name": "Лайк",
    "description": "Доставка еды",
    "launch_path": "/index.htm",
    "display": "standalone",
    "orientation": "portrait",
    "background_color": "#000000",
    "start_url": "/",
    "manifest_version": 2,
    "theme_color": "#000000",
    "icons": [
        {
            "src": "/resources/images/app-icon.png",
            "sizes": "72x72 96x96 128x128 256x256 512x512",
            "type": "image/png"
        }
    ]
}