toolbar and pwa

This commit is contained in:
2026-05-29 23:09:22 +05:30
parent bfc384f8e4
commit 8f006df440
6 changed files with 105 additions and 3 deletions

22
web/manifest.json Normal file
View File

@@ -0,0 +1,22 @@
{
"name": "PoliticTalk",
"short_name": "PoliticTalk",
"description": "Join a PoliticTalk session by Parallel Globe.",
"start_url": "/",
"scope": "/",
"display": "browser",
"background_color": "#101820",
"theme_color": "#63477a",
"icons": [
{
"src": "/images/politictalk/pg_globe.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/images/politictalk/pg_globe.png",
"sizes": "512x512",
"type": "image/png"
}
]
}