upload-apollo-client/app/public/manifest.webmanifest
2019-10-10 11:03:49 +11:00

16 lines
289 B
JSON

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