updated manifests

- The app doesn't work as a Chrome app. It is also best to use it as a PWA instead.
- Logo was inserted.
This commit is contained in:
Saw, Hansly Kendrich 2022-09-15 18:14:56 +08:00
parent ab638b152c
commit 71665f6984
5 changed files with 17 additions and 19 deletions

17
app.json Normal file
View file

@ -0,0 +1,17 @@
{
"lang": "en-us",
"name": "RollDice",
"description": "Chinese Dice Game",
"start_url": "/",
"background_color": "#F44336",
"theme_color": "#F44336",
"orientation": "any",
"display": "standalone",
"icons": [
{
"src": "media/logo.png",
"sizes": "1024x1024"
}
]
}