| 12345678910111213141516171819202122232425 |
- {
- "name": "Junma Show",
- "short_name": "Junma",
- "description": "在线视频播放平台",
- "start_url": "/?source=pwa",
- "scope": "/",
- "display": "standalone",
- "background_color": "#0f172a",
- "theme_color": "#10b981",
- "orientation": "portrait-primary",
- "icons": [
- {
- "src": "/icons/icon-192x192.png",
- "sizes": "192x192",
- "type": "image/png",
- "purpose": "any maskable"
- },
- {
- "src": "/icons/icon-512x512.png",
- "sizes": "512x512",
- "type": "image/png",
- "purpose": "any maskable"
- }
- ]
- }
|