{ "id": "./", "name": "PLAYD", "short_name": "PLAYD", "description": "A foobar2000-inspired audio player PWA with 10-band EQ, encrypted cloud vault, offline playback, and OS media controls.", "lang": "en-US", "dir": "ltr", "start_url": "./", "scope": "./", "display": "standalone", "display_override": ["window-controls-overlay", "standalone"], "orientation": "any", "background_color": "#0a0a0a", "theme_color": "#0a0a0a", "categories": ["music", "entertainment"], "prefer_related_applications": false, "handle_links": "preferred", "launch_handler": { "client_mode": "navigate-existing" }, "icons": [ { "src": "icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" }, { "src": "icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" }, { "src": "icons/icon-192-maskable.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" }, { "src": "icons/icon-512-maskable.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" } ], "screenshots": [ { "src": "screenshots/desktop.jpg", "sizes": "1280x800", "type": "image/jpeg", "form_factor": "wide", "label": "PLAYD — desktop library and player" }, { "src": "screenshots/mobile.jpg", "sizes": "390x844", "type": "image/jpeg", "form_factor": "narrow", "label": "PLAYD — mobile sign-in" } ], "shortcuts": [ { "name": "Open Library", "short_name": "Library", "description": "Browse your music library", "url": "./", "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }] }, { "name": "Open Vault", "short_name": "Vault", "description": "Access your encrypted cloud vault", "url": "./", "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }] } ] }