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

Configure Feed

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

at 36811c66ea8861375d11c411069c8b9e599453f2 24 lines 499 B view raw
1{ 2 "productName": "Diffuse", 3 "version": "3.5.0", 4 "identifier": "com.icidasset.diffuse", 5 "build": { 6 "beforeDevCommand": "", 7 "devUrl": "http://localhost:8000", 8 "beforeBuildCommand": "", 9 "frontendDist": "../dist" 10 }, 11 "app": { 12 "withGlobalTauri": true, 13 "windows": [], 14 "security": { 15 "csp": null 16 } 17 }, 18 "bundle": { 19 "active": true, 20 "targets": "all", 21 "icon": ["icons/icon.png", "icons/icon.icns", "icons/icon.ico"], 22 "category": "Music" 23 } 24}