A music player that connects to your cloud/distributed storage.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 35 lines 838 B view raw
1{ 2 "name": "Diffuse", 3 "short_name": "Diffuse", 4 "description": "A music player that connects to your cloud/distributed storage", 5 "version": "3.5.0", 6 "author": "Steven Vandevelde <icid.asset@gmail.com>", 7 "icons": [ 8 { 9 "src": "images/icon.png", 10 "sizes": "192x192", 11 "type": "image/png" 12 }, 13 { 14 "src": "images/icon.png", 15 "sizes": "512x512", 16 "type": "image/png" 17 } 18 ], 19 "start_url": ".", 20 "theme_color": "#8a90a9", 21 "background_color": "#02070e", 22 "display": "standalone", 23 "screenshots": [ 24 { 25 "src": "https://icidasset-public.s3.amazonaws.com/diffuse-v3.jpg", 26 "type": "image/jpg", 27 "sizes": "2840x1602" 28 }, 29 { 30 "src": "https://icidasset-public.s3.amazonaws.com/diffuse-v3-art.jpg", 31 "type": "image/jpg", 32 "sizes": "2840x1602" 33 } 34 ] 35}