ultimate_tictactoe/manifest.json

16 lines
385 B
JSON
Raw Permalink Normal View History

2019-03-10 14:17:31 +01:00
{
"name": "Ultimate TicTacToe",
"short_name": "Ultimate TicTacToe",
"display": "standalone",
2019-03-10 15:51:08 +01:00
"start_url": "/website/ultimate_tictactoe/",
"scope": "/website/ultimate_tictactoe/",
2019-03-21 12:35:50 +01:00
"theme_color": "#7e57c2",
"background_color": "#31364A",
2019-03-10 14:17:31 +01:00
"icons": [
{
"src": "icon.png",
"sizes": "192x192",
"type": "image/png"
}
]
}