UNPKG

@pwabuilder/pwainstall

Version:

![CI](https://github.com/pwa-builder/pwa-install/workflows/CI/badge.svg)

39 lines 1.34 kB
{ "name": "my PWA", "short_name": "pwa", "description": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum porttitor libero id hendrerit. Sed id arcu hendrerit, pellentesque ante sed, maximus odio.", "orientation": "portrait", "display": "standalone", "background_color": "#000000", "theme_color": "#000000", "start_url": "www/", "dir": "ltr", "lang": "EN", "icons": [ { "src": "https://cdn.glitch.com/ad1b5386-7113-477b-8f34-c42ff6178d99%2Ficon-512x512.png?v=1565728638958", "sizes": "512x512", "type": "image/png" }, { "src": "https://cdn.glitch.com/ad1b5386-7113-477b-8f34-c42ff6178d99%2Ficon-512x512.png?v=1565728638958", "sizes": "256x256", "type": "image/png" }, { "src": "https://cdn.glitch.com/ad1b5386-7113-477b-8f34-c42ff6178d99%2Ficon-512x512.png?v=1565728638958", "sizes": "128x128", "type": "image/png" }, { "src": "https://cdn.glitch.com/ad1b5386-7113-477b-8f34-c42ff6178d99%2Ficon-512x512.png?v=1565728638958", "sizes": "64x64", "type": "image/png" }, { "src": "https://cdn.glitch.com/ad1b5386-7113-477b-8f34-c42ff6178d99%2Ficon-512x512.png?v=1565728638958", "sizes": "48x48", "type": "image/png" } ] }