at main 594 B view raw
1{ 2 "name": "plyr.fm", 3 "id": "fm.plyr", 4 "short_name": "Plyr", 5 "start_url": "/", 6 "display": "standalone", 7 "background_color": "#0a0a0a", 8 "theme_color": "#0a0a0a", 9 "scope": "/", 10 "icons": [ 11 { 12 "src": "/icons/icon-192.png", 13 "sizes": "192x192", 14 "type": "image/png", 15 "purpose": "any" 16 }, 17 { 18 "src": "/icons/icon-512.png", 19 "sizes": "512x512", 20 "type": "image/png", 21 "purpose": "any" 22 }, 23 { 24 "src": "/icons/icon-maskable.png", 25 "sizes": "512x512", 26 "type": "image/png", 27 "purpose": "maskable" 28 } 29 ] 30} 31