comparison src/manifest.json @ 86:625ffdf6499d

web app
author Franklin Schmidt <fschmidt@gmail.com>
date Wed, 12 Mar 2025 12:26:19 -0600
parents
children
comparison
equal deleted inserted replaced
85:2158a5950fcd 86:625ffdf6499d
1 {
2 "name": "Luan Chat",
3 "start_url": "/",
4 "display": "standalone",
5 "icons": [
6 {
7 "src": "/images/icon.jpg",
8 "type": "image/jpg",
9 "sizes": "512x512"
10 }
11 ]
12 }