A music player that connects to your cloud/distributed storage.
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}