Files
What_Are_You_Lifting_App/site.webmanifest
stevenhaskell 0436d2beb4 Improvements to site performance & accessibility
Added alt tags, language, and defered loading to assets that are not needed immediately.
2018-11-16 13:59:12 -05:00

21 lines
462 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"
}
],
"start_url": "/",
"theme_color": "#CCFF00",
"background_color": "#CCFF00",
"display": "standalone"
}