upload-apollo-client/app/public/manifest.webmanifest
2019-10-09 20:26:37 +11:00

16 lines
286 B
JSON

{
"name": "Apollo upload examples",
"short_name": "Uploads",
"start_url": "/",
"display": "standalone",
"theme_color": "white",
"background_color": "white",
"icons": [
{
"src": "launcher-icon.png",
"type": "image/png",
"sizes": "512x512"
}
]
}