1234567891011121314151617181920212223 |
- {
- "name": "kTvManager",
- "short_name": "kTv",
- "start_url": "/",
- "scope": "/",
- "display": "standalone",
- "theme_color": "#317EFB",
- "background_color": "#317EFB",
- "icons": [
- {
- "src": "/static/web-app-manifest-192x192.png",
- "sizes": "192x192",
- "type": "image/png",
- "purpose": "any maskable"
- },
- {
- "src": "static/web-app-manifest-512x512.png",
- "sizes": "512x512",
- "type": "image/png",
- "purpose": "any maskable"
- }
- ]
- }
|