toolbar and pwa
This commit is contained in:
22
web/manifest.json
Normal file
22
web/manifest.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user