{
    "name": "ESP for Beginners",
    "short_name": "ESP for Beginners",
    "default_locale": "en",
    "description": "Improve your quality of life through home automation",
    "homepage_url": "https://espforbeginners.com",
    "start_url": "/",
    "scope": "/",
    "icons": [
        {
            "src": "/images/icons/android-chrome-192x192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "/images/icons/android-chrome-512x512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ],
    "theme_color": "#fbece3",
    "background_color": "#fbece3",
    "start_url": "https://espforbeginners.com",
    "display": "standalone",
    "shortcuts": [
        {
            "name": "All guides",
            "short_name": "All guides",
            "description": "View all resources",
            "url": "/guides?utm_source=pwa",
            "icons": [
                {
                    "src": "/images/icons/android-chrome-192x192.png",
                    "sizes": "192x192",
                    "type": "image/png"
                },
                {
                    "src": "/images/icons/android-chrome-512x512.png",
                    "sizes": "512x512",
                    "type": "image/png"
                }
            ]
        }
    ]
}
