{ "name": "Nashville Interactive", "short_name": "NI", "start_url": "/", "display": "standalone", "background_color": "#000", "theme_color": "#fff", "icons": [ { "src": "/images/android-chrome-192x192.png", "sizes": "192x192", "type": "image/png" }, { "src": "/images/android-chrome-256x256.png", "sizes": "512x512", "type": "image/png" } ], "screenshots": [ { "src": "/images/screenshot.png", "sizes": "720x1280", "type": "image/png" }, { "src": "/images/screenshot-2.png", "sizes": "720x1280", "type": "image/png" } ], "shortcuts": [ { "name": "Shortcut 1", "short_name": "Short 1", "url": "/path/to/shortcut/1", "icons": [ { "src": "/images/shortcut-icon-192x192.png", "sizes": "192x192" } ] }, { "name": "Shortcut 2", "short_name": "Short 2", "url": "/path/to/shortcut/2", "icons": [ { "src": "/images/shortcut-icon-192x192.png", "sizes": "192x192" } ] } ], "scope": "/", "related_applications": [ { "platform": "web", "url": "https://www.example.com/pwa" } ], "description": "A PWA application example", "categories": [ "productivity" ] }