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:
parent
ab638b152c
commit
71665f6984
5 changed files with 17 additions and 19 deletions
17
app.json
Normal file
17
app.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue