Files
What_Are_You_Lifting_App/site.webmanifest
Steven Haskell de4aa33bec Added images caching for offline use.
Cached the svgs for offline use.
2018-10-18 23:57:09 -04:00

20 lines
458 B
JSON

{
"name": "Lift It &#x1F4AA",
"short_name": "Lift It &#x1F4AA",
"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"
}