{
	"id": "/wallet",
	"name": "Weby Wallet",
	"short_name": "Weby",
	"start_url": "/wallet",
	"scope": "/wallet",
	"display": "standalone",
	"prefer_related_applications": false,
	"background_color": "#0A0A0F",
	"theme_color": "#055DFF",
	"description": "Private webcash wallet — runs entirely in your browser",
	"categories": ["finance"],
	"icons": [
		{
			"src": "/wallet/logo.svg",
			"sizes": "any",
			"type": "image/svg+xml",
			"purpose": "any"
		},
		{
			"src": "/wallet/web-app-manifest-192x192.png",
			"sizes": "192x192",
			"type": "image/png",
			"purpose": "any maskable"
		},
		{
			"src": "/wallet/web-app-manifest-512x512.png",
			"sizes": "512x512",
			"type": "image/png",
			"purpose": "any maskable"
		}
	],
	"share_target": {
		"action": "/wallet",
		"method": "GET",
		"enctype": "application/x-www-form-urlencoded",
		"params": {
			"text": "webcash"
		}
	}
}
