123456789101112131415 |
- {
- "name": "Skibidi Hub",
- "short_name": "SkibidiHub",
- "start_url": "index.html",
- "display": "standalone",
- "background_color": "#000000",
- "theme_color": "#ff9100",
- "orientation": "portrait-primary",
- "icons": [
- {
- "src": "/favicon.png",
- "type": "image/png", "sizes": "128x128"
- }
- ]
- }
|