view src/manifest.json @ 117:e2deb5236f26

better login
author Franklin Schmidt <fschmidt@gmail.com>
date Thu, 04 Dec 2025 21:43:47 -0700
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"
		}
	]
}