mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
13 lines
222 B
JSON
13 lines
222 B
JSON
{
|
|
"name": "My W3C Web App",
|
|
"short_name": "My App",
|
|
"icons": [
|
|
{
|
|
"src": "/favicon.ico",
|
|
"sizes": "64x64",
|
|
"type": "image/png"
|
|
}
|
|
],
|
|
"start_url": "/index.html",
|
|
"display": "standalone"
|
|
} |