18 lines
300 B
JSON
18 lines
300 B
JSON
|
{
|
||
|
"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"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
|