{
    "name": "Classic In/Out App",
    "short_name": "CM-InOut",
    "description": "Progressive Web App that lists Property submitted to the category.",
    "icons": [
        {
            "src": "images/touch/favicon-32x32.png",
            "sizes": "32x32",
            "type": "image/png"
        },
        {
            "src": "images/touch/android-chrome-144x144.png",
            "sizes": "144x144",
            "type": "image/png"
        },
        {
            "src": "images/touch/apple-touch-icon.png",
            "sizes": "152x152",
            "type": "image/png"
        }
    ],
    "start_url": "/index.php",
    "display": "standalone",
    "theme_color": "#1E90FF",
    "background_color": "#1E90FF"
}