{
    "name": "Hristo Belchev's Website",
    "short_name": "Hristo Belchev",
    "icons": [
        {
            "src": "/img/android-chrome-192x192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "/img/android-chrome-512x512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ],
    "shortcuts": [
        {
            "name": "About",
            "url": "/about",
            "description": "Read about Hristo"
        },
        {
            "name": "Blog",
            "url": "/blog",
            "description": "View the blog entries in the website"
        }
    ],
    "theme_color": "#ced4da;",
    "background_color": "#ced4da;",
    "display": "standalone",
    "description": "Hristo's personal website with information on his experience and his blog of articles!"
}