Files
happy-app/client/dev/manifest.json
2017-09-01 12:42:50 +01:00

25 lines
522 B
JSON

{
"short_name": "Happy App",
"name": "Happy App | Track Team Sentiment, Simply.",
"icons": [
{
"src": "graphics/icon-main-sm.png",
"type": "image/png",
"sizes": "90x90"
},
{
"src": "graphics/icon-main-md.png",
"type": "image/png",
"sizes": "240x240"
},
{
"src": "graphics/icon-main-lg.png",
"type": "image/png",
"sizes": "640x640"
}
],
"display": "standalone",
"theme_color": "#ffd740",
"start_url": "."
}