ultimate_tictactoe/manifest.json

15 lines
313 B
JSON
Raw Normal View History

2019-03-10 14:17:31 +01:00
{
"name": "Ultimate TicTacToe",
"short_name": "Ultimate TicTacToe",
"display": "standalone",
"start_url": "/",
"theme_color": "#4650e2",
"background_color": "#1e2477",
"icons": [
{
"src": "icon.png",
"sizes": "192x192",
"type": "image/png"
}
]
}