Add manifest.json, prevent pinch to zoom on mobile, make body dodge mobile keyboard and add partial light theme.
This commit is contained in:
parent
09e31d8d71
commit
0af3395ad7
5 changed files with 60 additions and 26 deletions
23
manifest.json
Normal file
23
manifest.json
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"name": "PANDORA chat",
|
||||
"short_name": "PANDORA",
|
||||
"theme_color": "#ffffff",
|
||||
"background_color": "#102457",
|
||||
"display": "standalone",
|
||||
"orientation": "any",
|
||||
"scope": "./",
|
||||
"start_url": "./",
|
||||
"description": "Internet messaging",
|
||||
"icons": [
|
||||
{
|
||||
"src": "icon-192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "icon-512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png"
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue