manifest.json 344 B

123456789101112131415
  1. {
  2. "name": "Skibidi Hub",
  3. "short_name": "SkibidiHub",
  4. "start_url": "index.html",
  5. "display": "standalone",
  6. "background_color": "#000000",
  7. "theme_color": "#ff9100",
  8. "orientation": "portrait-primary",
  9. "icons": [
  10. {
  11. "src": "/favicon.png",
  12. "type": "image/png", "sizes": "128x128"
  13. }
  14. ]
  15. }