view src/manifest.json @ 90:5240c054dcd4

logging
author Franklin Schmidt <fschmidt@gmail.com>
date Thu, 13 Mar 2025 18:58:48 -0600
parents 625ffdf6499d
children
line wrap: on
line source

{
	"name": "Luan Chat",
	"start_url": "/",
	"display": "standalone",
	"icons": [
		{
			"src": "/images/icon.jpg",
			"type": "image/jpg",
			"sizes": "512x512"
		}
	]
}