{
    "short_name": "VERTEX",
    "name": "VERTEX website",
    "icons": [
        {
            "src": "./android-chrome-192x192.png",
            "type": "image/png",
            "sizes": "192x192"
        },
        {
            "src": "./android-chrome-256x256.png",
            "sizes": "256x256",
            "type": "image/png"
        },
        {
            "src": "./web-app-manifest-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "./web-app-manifest-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "start_url": "/",
    "display": "minimal-ui",
    "scope": "/",
    "theme_color": "#ffffff",
    "background_color": "#ffffff",
    "shortcuts": [
        {
            "name": "VERTEX Services",
            "short_name": "Services",
            "description": "View the Services page",
            "url": "/services/",
            "icons": [
                {
                    "src": "./android-chrome-192x192.png",
                    "sizes": "192x192" 
                }
            ]
        },
        {
            "name": "About VERTEX",
            "short_name": "About",
            "description": "View the About page",
            "url": "/about/",
            "icons": [
                {
                    "src": "./android-chrome-192x192.png",
                    "sizes": "192x192" 
                }
            ]
        },
        {
            "name": "Contact VERTEX",
            "short_name": "Contact",
            "description": "View the Contact page",
            "url": "/contact-us/",
            "icons": [
                {
                    "src": "./android-chrome-192x192.png",
                    "sizes": "192x192" 
                }
            ]
        }
    ],
    "description": "Experts in Forensics, Engineering, Construction, Environmental, Digital",
    "screenshots": [
        {
            "src": "./vertex.jpg",
            "type": "image/jpg",
            "sizes": "712x1418"
        },
        {
            "src": "./vertex-services.jpg",
            "type": "image/jpg",
            "sizes": "712x1418"
        },
        {
            "src": "./vertex-about.jpg",
            "type": "image/jpg",
            "sizes": "712x1418"
        },
        {
            "src": "./vertex-contact.jpg",
            "type": "image/jpg",
            "sizes": "712x1418"
        }
    ]
}