| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- {
- "name": "CwebPlusApp",
- "short_name": "Cweb+ App",
- "start_url": "./",
- "display": "standalone",
- "background_color": "#ffffff",
- "theme_color": "#ffffff",
- "orientation": "any",
- "icons": [
- {
- "src": "icons/icon-48.png",
- "type": "image/png",
- "sizes": "48x48"
- },
- {
- "src": "icons/icon-72.png",
- "type": "image/png",
- "sizes": "72x72"
- },
- {
- "src": "icons/icon-96.png",
- "type": "image/png",
- "sizes": "96x96"
- },
- {
- "src": "icons/icon-120.png",
- "type": "image/png",
- "sizes": "120x120"
- },
- {
- "src": "icons/icon-144.png",
- "type": "image/png",
- "sizes": "144x144"
- },
- {
- "src": "icons/icon-192.png",
- "type": "image/png",
- "sizes": "192x192",
- "purpose": "any maskable"
- },
- {
- "src": "icons/icon-512.png",
- "type": "image/png",
- "sizes": "512x512"
- }
- ]
- }
|