upload-apollo-client/app/static/manifest.webmanifest
2018-09-18 22:27:00 +10: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"
}
]
}