upload-apollo-client/app/static/manifest.webmanifest
2018-04-25 13:30:10 +10:00

16 lines
297 B
JSON

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