eframe template

This commit is contained in:
2024-06-11 20:14:07 -04:00
Unverified
parent efbe618484
commit 6dbef2b03d
11 changed files with 242 additions and 3 deletions

View File

@@ -0,0 +1,28 @@
{
"name": "Realm Chat",
"short_name": "realm-chat-pwa",
"icons": [
{
"src": "./icon-256.png",
"sizes": "256x256",
"type": "image/png"
},
{
"src": "./maskable_icon_x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "./icon-1024.png",
"sizes": "1024x1024",
"type": "image/png"
}
],
"lang": "en-US",
"id": "/index.html",
"start_url": "./index.html",
"display": "standalone",
"background_color": "white",
"theme_color": "white"
}