16 lines
279 B
JSON
16 lines
279 B
JSON
|
|
{
|
|||
|
|
"name": "wtmProject",
|
|||
|
|
"short_name": "wtmProject",
|
|||
|
|
"start_url": "./",
|
|||
|
|
"display": "standalone",
|
|||
|
|
"background_color": "#ffffff",
|
|||
|
|
"theme_color": "#03173d",
|
|||
|
|
"icons": [
|
|||
|
|
{
|
|||
|
|
"src": "pwaicon.png",
|
|||
|
|
"type": "image/png",
|
|||
|
|
"sizes": "144x144"
|
|||
|
|
}
|
|||
|
|
]
|
|||
|
|
}
|