{
    "name": "MassGPS",
    "short_name": "MassGPS",
    "description": "Private GPS, GIS, measurement and terrain tools for field work.",
    "start_url": "./index.html",
    "scope": "./",
    "display": "standalone",
    "orientation": "any",
    "background_color": "#07101b",
    "theme_color": "#0b1320",
    "categories": [
        "navigation",
        "utilities",
        "productivity"
    ],
    "icons": [
        {
            "src": "assets/icons/icon.svg",
            "sizes": "any",
            "type": "image/svg+xml",
            "purpose": "any"
        },
        {
            "src": "assets/icons/icon-maskable.svg",
            "sizes": "any",
            "type": "image/svg+xml",
            "purpose": "maskable"
        }
    ]
}