mirror of
https://github.com/Lissy93/happy-app.git
synced 2021-05-12 19:52:18 +03:00
25 lines
522 B
JSON
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": "."
|
|
}
|