{ "name": "AudioPod PWA Podcast Player", "short_name": "AudioPod", "description": "Offline-ready Progressive Web App podcast player with local storage, file import, and custom feeds.", "start_url": "./index.html", "display": "standalone", "background_color": "#090d16", "theme_color": "#0f172a", "orientation": "any", "icons": [ { "src": "./assets/icon.svg", "sizes": "192x192 512x512", "type": "image/svg+xml" } ] }