view src/manifest.json @ 116:98b2dc732ca0

add discord.html
author Franklin Schmidt <fschmidt@gmail.com>
date Thu, 04 Dec 2025 12:13:01 -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"
		}
	]
}