A rewrite of the Raspberry Pi Garage Door Opener using Flask
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

31 lines
663 B

{
"short_name": "Garage Door",
"name": "Control your garage door opener",
"icons": [
{
"src": "/static/favicon-16x16.png",
"type": "image/png",
"sizes": "16x16"
},
{
"src": "/static/favicon-32x32.png",
"type": "image/png",
"sizes": "32x32"
},
{
"src": "/static/android-chrome-192x192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "/static/android-chrome-512x512.png",
"type": "image/png",
"sizes": "512x512"
}
],
"start_url": "/",
"background_color": "#3367D6",
"display": "standalone",
"scope": "/",
"theme_color": "#3367D6",
}