added pwa for android and iphone.
This commit is contained in:
41
wwwroot/manifest.json
Normal file
41
wwwroot/manifest.json
Normal file
@@ -0,0 +1,41 @@
|
||||
{
|
||||
"name": "LubeLogger",
|
||||
"start_url": "/",
|
||||
"display": "standalone",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/defaults/lubelogger_icon_72.png",
|
||||
"sizes": "72x72",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "/defaults/lubelogger_icon_128.png",
|
||||
"sizes": "128x128",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "/defaults/lubelogger_icon_144.png",
|
||||
"sizes": "144x144",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "/defaults/lubelogger_icon_192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png"
|
||||
}
|
||||
],
|
||||
"screenshots": [
|
||||
{
|
||||
"src": "/defaults/garage_narrow.png",
|
||||
"type": "image/png",
|
||||
"sizes": "540x720",
|
||||
"form_factor": "narrow"
|
||||
},
|
||||
{
|
||||
"src": "/defaults/garage.png",
|
||||
"type": "image/png",
|
||||
"sizes": "720x540",
|
||||
"form_factor": "wide"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user