{
	"name": "VU — apps that can't see your stuff",
	"short_name": "VU",
	"description": "apps that work offline, sync encrypted, and have no idea who you are.",
	"start_url": "/",
	"id": "/",
	"display": "standalone",
	"display_override": ["standalone", "minimal-ui", "browser"],
	"background_color": "#000000",
	"theme_color": "#000000",
	"orientation": "portrait-primary",
	"scope": "/",
	"lang": "en",
	"dir": "ltr",
	"categories": ["productivity", "privacy", "security", "utilities"],
	"icons": [
		{
			"src": "/icons/modern/icon.svg",
			"sizes": "any",
			"type": "image/svg+xml",
			"purpose": "any"
		},
		{
			"src": "/icons/modern/favicon-48x48.png",
			"sizes": "48x48",
			"type": "image/png",
			"purpose": "any"
		},
		{
			"src": "/icons/modern/favicon-96x96.png",
			"sizes": "96x96",
			"type": "image/png",
			"purpose": "any"
		},
		{
			"src": "/icons/modern/apple-touch-icon-152x152.png",
			"sizes": "152x152",
			"type": "image/png",
			"purpose": "any"
		},
		{
			"src": "/icons/modern/apple-touch-icon.png",
			"sizes": "180x180",
			"type": "image/png",
			"purpose": "any"
		},
		{
			"src": "/icons/modern/android-chrome-192x192.png",
			"sizes": "192x192",
			"type": "image/png",
			"purpose": "any"
		},
		{
			"src": "/icons/modern/icon-256.png",
			"sizes": "256x256",
			"type": "image/png",
			"purpose": "any"
		},
		{
			"src": "/icons/modern/android-chrome-512x512.png",
			"sizes": "512x512",
			"type": "image/png",
			"purpose": "any"
		},
		{
			"src": "/icons/modern/maskable-icon-512x512.png",
			"sizes": "512x512",
			"type": "image/png",
			"purpose": "maskable"
		}
	],
	"shortcuts": [
		{
			"name": "apps",
			"short_name": "apps",
			"description": "all VU apps",
			"url": "/apps"
		},
		{
			"name": "how it works",
			"short_name": "how",
			"description": "what makes these apps actually private",
			"url": "/about/mission"
		},
		{
			"name": "pick your level",
			"short_name": "levels",
			"description": "browse by privacy level",
			"url": "/privacy-levels"
		}
	],
	"related_applications": [],
	"prefer_related_applications": false,
	"edge_side_panel": {
		"preferred_width": 400
	},
	"handle_links": "preferred",
	"launch_handler": {
		"client_mode": "navigate-existing"
	}
}
