{ "short_name": "NeonXP", "name": "NeonXP PWA", "icons": [ { "src": "/icon-192x192.png", "sizes": "192x192", "type": "image/png" }, { "src": "/icon-256x256.png", "sizes": "256x256", "type": "image/png" }, { "src": "/icon-384x384.png", "sizes": "384x384", "type": "image/png" }, { "src": "/icon-512x512.png", "sizes": "512x512", "type": "image/png" } ], "id": "/?source=pwa", "start_url": "/?source=pwa", "display": "standalone", "scope": "/", "theme_color": "#9013fe", "background_color": "#4a90e2", "shortcuts": [ { "name": "How's weather today?", "short_name": "Today", "description": "View weather information for today", "url": "/today?source=pwa", "icons": [{ "src": "icon-192x192.png", "sizes": "192x192" }] }, { "name": "How's weather tomorrow?", "short_name": "Tomorrow", "description": "View weather information for tomorrow", "url": "/tomorrow?source=pwa", "icons": [{ "src": "icon-192x192.png", "sizes": "192x192" }] } ], "description": "Sample pwa" }