upload-apollo-client/app/public/manifest.webmanifest
2019-10-09 15:12:05 +11:00

16 lines
290 B
JSON

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