Timers and other features for Heroes of the Storm
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.
 
 
 
 
 

21 lines
448 B

  1. {
  2. "name": "nexus-timers",
  3. "short_name": "nexus-timers",
  4. "icons": [
  5. {
  6. "src": "/static/img/icons/android-chrome-192x192.png",
  7. "sizes": "192x192",
  8. "type": "image/png"
  9. },
  10. {
  11. "src": "/static/img/icons/android-chrome-512x512.png",
  12. "sizes": "512x512",
  13. "type": "image/png"
  14. }
  15. ],
  16. "start_url": "/index.html",
  17. "display": "standalone",
  18. "background_color": "#000000",
  19. "theme_color": "#4DBA87"
  20. }