view src/manifest.json @ 89:3053a4fc10be

spy
author Franklin Schmidt <fschmidt@gmail.com>
date Thu, 13 Mar 2025 17:56:39 -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"
		}
	]
}