{
    "name": "Mooie Route - Scenic Route Planner",
    "short_name": "Mooie Route",
    "description": "Plan de mooiste route met bezienswaardigheden, uitzichten en natuur",
    "start_url": "/",
    "display": "standalone",
    "display_override": [
        "fullscreen",
        "standalone"
    ],
    "background_color": "#F5F5F7",
    "theme_color": "#007AFF",
    "orientation": "any",
    "scope": "/",
    "icons": [
        {
            "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><rect fill='%23007AFF' width='100' height='100' rx='20'/><path fill='white' d='M80 25L25 62.5v12.5L55 50 80 25z'/></svg>",
            "sizes": "any",
            "type": "image/svg+xml",
            "purpose": "any"
        },
        {
            "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><rect fill='%23007AFF' width='100' height='100' rx='20'/><path fill='white' d='M80 25L25 62.5v12.5L55 50 80 25z'/></svg>",
            "sizes": "192x192",
            "type": "image/svg+xml",
            "purpose": "any maskable"
        },
        {
            "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><rect fill='%23007AFF' width='100' height='100' rx='20'/><path fill='white' d='M80 25L25 62.5v12.5L55 50 80 25z'/></svg>",
            "sizes": "512x512",
            "type": "image/svg+xml",
            "purpose": "any maskable"
        }
    ],
    "categories": [
        "travel",
        "navigation",
        "utilities"
    ],
    "lang": "nl",
    "prefer_related_applications": false,
    "share_target": {
        "action": "/",
        "method": "GET",
        "enctype": "application/x-www-form-urlencoded",
        "params": {
            "start": "start",
            "end": "end"
        }
    },
    "shortcuts": [
        {
            "name": "Route plannen",
            "short_name": "Plannen",
            "description": "Start een nieuwe mooie route",
            "url": "/?action=plan",
            "icons": [
                {
                    "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><rect fill='%23007AFF' width='100' height='100' rx='20'/><path fill='white' d='M80 25L25 62.5v12.5L55 50 80 25z'/></svg>",
                    "sizes": "96x96"
                }
            ]
        }
    ]
}