Files
What_Are_You_Lifting_App/site.webmanifest
stevenhaskell 95ad2e7f79 Update site.webmanifest
Needed to include PWA start page.
2018-11-16 14:05:57 -05:00

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