RollDice/app.json
Saw, Hansly Kendrich 71665f6984 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.
2022-09-15 18:14:56 +08:00

17 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"
}
]
}