{
    "manifest_version": 3,
    "name":  "Rinata - Mortgage Adviser",
    "short_name": "RA - Mortgage",
    "description":  "Rinata Ahmetshina's mortgage consultant website! Here you will find all the necessary information about the mortgage process in the Czech Republic. Take the quiz to find out your chances of getting a mortgage, calculate payments using our calculator, and sign up for a free consultation online. We provide honest and expert advice to help you purchase property in the Czech Republic without unnecessary costs.",
    "version": "1.0",
    "icons": [
        {
            "src": "images/ra.svg",
            "sizes": "16x16",
            "type": "image/svg+xml"
        },
        {
            "src": "images/ra.svg",
            "sizes": "24x24",
            "type": "image/svg+xml"
        },
        {
            "src": "images/ra.svg",
            "sizes": "32x32",
            "type": "image/svg+xml"
        },
        {
            "src": "images/ra.svg",
            "sizes": "61x37",
            "type": "image/svg+xml"
        },
        {
            "src": "images/ra.svg",
            "sizes": "64x64",
            "type": "image/svg+xml"
        },
        {
            "src": "images/ra.svg",
            "sizes": "192x192",
            "type": "image/svg+xml"
        },
        {
            "src": "images/ra.svg",
            "sizes": "512x512",
            "type": "image/svg+xml"
        }
    ],
    "start_url": "/",
    "display": "standalone",
    "theme_color": "#000000",
    "background_color": "#ffffff",
    "scope": "/",
    "orientation": "portrait",
    "default_locale": "en"
}