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.

22 lines
476 B

  1. {
  2. "short_name": "Garage Door",
  3. "name": "Control your garage door opener",
  4. "description": "Weather forecast information",
  5. "icons": [
  6. {
  7. "src": "/images/icons-192.png",
  8. "type": "image/png",
  9. "sizes": "192x192"
  10. },
  11. {
  12. "src": "/images/icons-512.png",
  13. "type": "image/png",
  14. "sizes": "512x512"
  15. }
  16. ],
  17. "start_url": "/",
  18. "background_color": "#3367D6",
  19. "display": "standalone",
  20. "scope": "/",
  21. "theme_color": "#3367D6",
  22. }