mirror of
https://github.com/jcreek/EstimationPoker.git
synced 2026-07-13 11:03:46 +00:00
14 lines
403 B
JSON
14 lines
403 B
JSON
{
|
|
"name": "Estimation Poker",
|
|
"short_name": "Estimation Poker",
|
|
"description": "A cool estimation poker app",
|
|
"icons": [
|
|
{ "src": "/android-chrome-192x192.png", "sizes": "192x192", "type": "image/png" },
|
|
{ "src": "/android-chrome-512x512.png", "sizes": "512x512", "type": "image/png" }
|
|
],
|
|
"start_url": "/",
|
|
"theme_color": "#8D6A9F",
|
|
"background_color": "#ffffff",
|
|
"display": "standalone"
|
|
}
|