{
    "short_name": "Mytos",
    "name": "Mytos",
    "icons": [
        {
            "src": "images/mark-alpha.png",
            "sizes": "64x64 32x32 24x24 16x16",
            "type": "image/x-icon"
        },
        {
            "src": "images/app-icon-dark-192.png",
            "type": "image/png",
            "sizes": "192x192"
        },
        {
            "src": "images/app-icon-dark-512.png",
            "type": "image/png",
            "sizes": "512x512"
        }
    ],
    "start_url": ".",
    "display": "standalone",
    "theme_color": "#ffffff",
    "background_color": "#ffffff",
    "shortcuts": [
        {
            "name": "View Devices",
            "short_name": "Devices",
            "description": "View all your Devices",
            "url": "/devices?utm_source=homescreen"
        },
        {
            "name": "View Settings",
            "short_name": "Settings",
            "description": "View and change app settings",
            "url": "/settings?utm_source=homescreen"
        }
    ]
}
