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

  1. {
  2. "short_name": "Garage Door",
  3. "name": "Control your garage door opener",
  4. "icons": [
  5. {
  6. "src": "/static/favicon-16x16.png",
  7. "type": "image/png",
  8. "sizes": "16x16"
  9. },
  10. {
  11. "src": "/static/favicon-32x32.png",
  12. "type": "image/png",
  13. "sizes": "32x32"
  14. },
  15. {
  16. "src": "/static/android-chrome-192x192.png",
  17. "type": "image/png",
  18. "sizes": "192x192"
  19. },
  20. {
  21. "src": "/static/android-chrome-512x512.png",
  22. "type": "image/png",
  23. "sizes": "512x512"
  24. }
  25. ],
  26. "start_url": "/",
  27. "background_color": "#3367D6",
  28. "display": "standalone",
  29. "scope": "/",
  30. "theme_color": "#3367D6",
  31. }