{ "name": "MusicShelf", "short_name": "MusicShelf", "description": "Curate and organize your favourite albums into shelves, and play them directly on Spotify.", "start_url": "/", "display": "standalone", "orientation": "any", "background_color": "#20161F", "theme_color": "#DB924B", "icons": [ { "src": "/static/favicon-32.png", "type": "image/png", "sizes": "32x32" }, { "src": "/static/apple-touch-icon.png", "type": "image/png", "sizes": "180x180" }, { "src": "/static/icon-192.png", "type": "image/png", "sizes": "192x192", "purpose": "maskable" }, { "src": "/static/icon-512.png", "type": "image/png", "sizes": "512x512", "purpose": "maskable" } ], "screenshots": [ { "src": "/static/screenshot-shelf.png", "type": "image/png", "sizes": "2156x1652", "form_factor": "wide", "label": "Album shelf view" }, { "src": "/static/screenshot-add.png", "type": "image/png", "sizes": "2156x1650", "form_factor": "narrow", "label": "Add album view" } ] }