manifest.json 568 B

1234567891011121314151617181920212223242526
  1. {
  2. "name": "AirMusic",
  3. "short_name": "AirMusic",
  4. "icons": [{
  5. "src": "img/pwa/128.png",
  6. "sizes": "128x128",
  7. "type": "image/png"
  8. },{
  9. "src": "img/pwa/192.png",
  10. "sizes": "192x192",
  11. "type": "image/png"
  12. }, {
  13. "src": "img/pwa/256.png",
  14. "sizes": "256x256",
  15. "type": "image/png"
  16. }, {
  17. "src": "img/pwa/512.png",
  18. "sizes": "512x512",
  19. "type": "image/png"
  20. }],
  21. "start_url": "index.html",
  22. "display": "standalone",
  23. "scope": "./",
  24. "background_color": "#4b75ff",
  25. "theme_color": "#4b75ff"
  26. }