webframe/public/manifest.webmanifest
2020-07-20 13:11:03 +02:00

22 lines
No EOL
689 B
JSON

{
"short_name": "WebFrame",
"name": "WebFrame - Your personal digital picture frame on the web.",
"description": "With webframe you can turn any device with a screen and browser into a digital picture frame.",
"icons": [
{
"src": "https://dummyimage.com/192x192/52d0dc/475b5a.png&text=+WebFrame",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "https://dummyimage.com/512x512/52d0dc/475b5a.png&text=+WebFrame",
"type": "image/png",
"sizes": "512x512"
}
],
"start_url": "/",
"background_color": "#52D1DC",
"display": "fullscreen",
"scope": "/",
"theme_color": "#52D1DC"
}