woodwind/frontend/manifest.json
2016-06-05 13:51:14 -07:00

16 lines
No EOL
270 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",
}
]
}