61 lines
1.5 KiB
JSON
61 lines
1.5 KiB
JSON
{
|
|
"name": "MoneyControll",
|
|
"short_name": "MoneyControll",
|
|
"start_url": ".",
|
|
"id": "/",
|
|
"display": "standalone",
|
|
"display_override": [
|
|
"window-controls-overlay"
|
|
],
|
|
"background_color": "#1976d2",
|
|
"description": "Controll your money with simple MoneyControll Progressive Web Application",
|
|
"icons": [
|
|
{
|
|
"src": "/static/icons/android-launchericon-48-48.png",
|
|
"sizes": "48x48",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "/static/icons/android-launchericon-72-72.png",
|
|
"sizes": "72x72",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "/static/icons/android-launchericon-96-96.png",
|
|
"sizes": "96x96",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "/static/icons/android-launchericon-144-144.png",
|
|
"sizes": "144x144",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "/static/icons/android-launchericon-192-192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "/static/icons/android-launchericon-512-512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png"
|
|
}
|
|
],
|
|
"screenshots" : [
|
|
{
|
|
"src": "/static/screenshots/pwa_desktop_screenshot.png",
|
|
"sizes": "1920x976",
|
|
"type": "image/png",
|
|
"form_factor": "wide",
|
|
"label": "Homescreen of MoneyControllApp"
|
|
},
|
|
{
|
|
"src": "/static/screenshots/pwa_mobile_screenshot.png",
|
|
"sizes": "416x599",
|
|
"type": "image/png",
|
|
"form_factor": "narrow",
|
|
"label": "Homescreen of MoneyControllApp"
|
|
}
|
|
]
|
|
}
|