{
	"id": "IP",
	"name": "Internet Pavilion",
	"short_name": "IP2025",
	"start_url": "/",
	"scope": "/",
	"display": "fullscreen",
	"orientation": "any",
	"theme_color": "green",
	"background_color": "#ffffff",
	"dir": "ltr",
	"lang": "en",
    "icons": [
        {
            "src": "/icon.svg",
            "sizes": "any",
            "type": "image/svg+xml",
            "purpose": "any"
        },
        {
            "src": "/icons.svg",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "/icons.svg",
            "sizes": "512x512",
            "type": "image/png"
        }
    ]
}