view src/manifest.json @ 86:625ffdf6499d

web app
author Franklin Schmidt <fschmidt@gmail.com>
date Wed, 12 Mar 2025 12:26:19 -0600
parents
children
line wrap: on
line source

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