{ "lang": "en", "short_name": "Let's Worship!", "name": "🎶Let's Worship!🎵", "description": "Distraction Free Worship Song Book", "icons": [ { "src": "/favicon-192.png", "type": "image/png", "sizes": "192x192" }, { "src": "/maskable_favicon-192.png", "type": "image/png", "sizes": "192x192", "purpose": "maskable" }, { "src": "/favicon-512.png", "type": "image/png", "sizes": "512x512" }, { "src": "/maskable_favicon-512.png", "type": "image/png", "sizes": "512x512", "purpose": "maskable" } ], "start_url": "/?utm_source=pwa", "scope": "/", "background_color": "#29241E", "theme_color": "#29241E", "display": "standalone", "shortcuts": [ { "name": "Shortcut 1", "description": "Shortcut to important page in my PWA", "url": "/shortcut1/?utm_source=pwa", "icons": [ { "src": "/favicon-192.png", "type": "image/png", "sizes": "192x192" }, { "src": "/maskable_favicon-192.png", "type": "image/png", "sizes": "192x192", "purpose": "maskable" } ] }, { "name": "Shortcut 2", "description": "Shortcut to another important page in my PWA", "url": "/shortcut2/?utm_source=pwa", "icons": [ { "src": "/favicon-192.png", "type": "image/png", "sizes": "192x192" }, { "src": "/maskable_favicon-192.png", "type": "image/png", "sizes": "192x192", "purpose": "maskable" } ] } ] }