{
"name": "YachtAlert",
"short_name": "YachtAlert",
"start_url": "/",
"display": "standalone",
"description": "YachtAlert App",
"lang": "en-US",
"dir": "auto",
"theme_color": "#000000",
"background_color": "#000000",
"orientation": "portrait",
"icons": [
    {
        "src": "/icons/icon_512.png",
        "sizes": "512x512",
        "type": "image/png",
        "purpose": "maskable"
    }
],
"screenshots": [
    {
        "src": "https://www.pwabuilder.com/assets/screenshots/screen1.png",
        "sizes": "2880x1800",
        "type": "image/png",
        "description": "A screenshot of the home page"
    }
]
}