mirror of
https://github.com/jlengrand/open-wc.git
synced 2026-04-17 08:31:23 +00:00
24 lines
456 B
JSON
24 lines
456 B
JSON
{
|
|
"name": "OpenWC",
|
|
"short_name": "open-wc",
|
|
"theme_color": "#0077ff",
|
|
"background_color": "#0077ff",
|
|
"display": "standalone",
|
|
"orientation": "portrait",
|
|
"Scope": "/",
|
|
"start_url": "/",
|
|
"icons": [
|
|
{
|
|
"src": "./icons/icon-128x128.png",
|
|
"sizes": "128x128",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "./icons/icon-512x512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png"
|
|
}
|
|
],
|
|
"splash_pages": null
|
|
}
|