{
    "name": "LaciViz - Professional 3D Visualization & Design",
    "short_name": "LaciViz",
    "description": "Professional 3D modeling, animation, rendering and virtual walkthroughs by Ladislav Lacko",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "orientation": "portrait-primary",
    "theme_color": "#D4A574",
    "background_color": "#0A0A0A",
    "lang": "en-US",
    "dir": "ltr",
    "categories": ["design", "graphics", "business", "productivity"],
    "screenshots": [
        {
            "src": "/images/banner.jpg",
            "sizes": "1920x1080",
            "type": "image/jpeg",
            "form_factor": "wide",
            "label": "LaciViz Portfolio Homepage"
        }
    ],
    "icons": [
        {
            "src": "/android-chrome-144x144.png",
            "sizes": "144x144",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/android-chrome-144x144.png",
            "sizes": "144x144",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "/favicon-32x32.png",
            "sizes": "32x32",
            "type": "image/png"
        },
        {
            "src": "/favicon-16x16.png",
            "sizes": "16x16",
            "type": "image/png"
        }
    ],
    "shortcuts": [
        {
            "name": "Free 3D Models",
            "short_name": "Free Models",
            "description": "Browse and download free 3D models",
            "url": "/freebies.html",
            "icons": [
                {
                    "src": "/favicon-32x32.png",
                    "sizes": "32x32"
                }
            ]
        },
        {
            "name": "Contact",
            "short_name": "Contact",
            "description": "Get in touch for your next project",
            "url": "/#contact",
            "icons": [
                {
                    "src": "/favicon-32x32.png",
                    "sizes": "32x32"
                }
            ]
        }
    ],
    "prefer_related_applications": false,
    "edge_side_panel": {
        "preferred_width": 400
    },
    "file_handlers": [
        {
            "action": "/",
            "accept": {
                "model/gltf+json": [".gltf"],
                "model/gltf-binary": [".glb"]
            }
        }
    ],
    "protocol_handlers": [
        {
            "protocol": "web+laciviz",
            "url": "/?model=%s"
        }
    ]
}
