Files
open-wc/docs/manifest.json
2020-05-08 15:53:11 +02:00

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
}