21 lines
465 B
JSON
Executable File
21 lines
465 B
JSON
Executable File
{
|
|
"name": "nHANCE",
|
|
"short_name": "NHANCE",
|
|
"description": "Description of your PWA",
|
|
"start_url": "http://localhost/nhance/",
|
|
"display": "standalone",
|
|
"background_color": "#ffffff",
|
|
"theme_color": "#ffffff",
|
|
"icons": [
|
|
{
|
|
"src": "Papirus-Team-Papirus-Apps-Fusion-icon.512.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "icon-512x512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png"
|
|
}
|
|
]
|
|
} |