1
0

manifest.json 293 B

123456789101112131415
  1. {
  2. "short_name": "Chad Music",
  3. "name": "Chad music streaming service",
  4. "icons": [
  5. {
  6. "src": "logo256.png",
  7. "type": "image/png",
  8. "sizes": "256x256"
  9. }
  10. ],
  11. "start_url": ".",
  12. "display": "standalone",
  13. "theme_color": "#000000",
  14. "background_color": "#ffffff"
  15. }