Files
What_Are_You_Lifting_App/site.webmanifest
Steven Haskell c54ac63db9 Fixed Install Name
Fixed the name on install. Emoji unicodes are not supported.
2018-10-19 00:17:56 -04:00

20 lines
440 B
JSON

{
"name": "Lift It",
"short_name": "Lift It",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-256x256.png",
"sizes": "256x256",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}