1234567891011121314151617181920212223242526272829303132333435363738394041 |
- {
- "short_name": "Limbo",
- "name": "Limbo",
- "icons": [
- {
- "src": "favicon.ico",
- "sizes": "64x64 32x32 24x24 16x16",
- "type": "image/x-icon"
- },
- {
- "src": "apple-touch-icon.png",
- "type": "image/png",
- "sizes": "180x180"
- },
- {
- "src": "safari-pinned-tab.svg"
- },
- {
- "src": "mstile-150x150.png",
- "type": "image/png",
- "sizes": "150x150"
- },
-
- {
- "src": "/android-chrome-192x192.png",
- "sizes": "192x192",
- "type": "image/png"
- },
- {
- "src": "/android-chrome-384x384.png",
- "sizes": "384x384",
- "type": "image/png"
- }
- ],
- "start_url": ".",
- "display": "standalone",
- "theme_color": "#000000",
- "background_color": "#ffffff"
- }
|