woodwind/frontend/manifest.json
2016-06-22 16:02:23 +00:00

14 lines
261 B
JSON

{
"name": "Woodwind",
"short_name": "Woodwind",
"start_url": "/",
"scope": "/",
"display": "standalone",
"theme_color": "#9b6137",
"background_color": "#9b6137",
"icons": [{
"src": "/static/logo.png",
"sizes": "512x512",
"type": "image/png"
}]
}