A music player that connects to your cloud/distributed storage.
1{
2 "app": {
3 "security": {
4 "csp": null
5 },
6 "windows": [],
7 "withGlobalTauri": true
8 },
9 "build": {
10 "beforeBuildCommand": "",
11 "beforeDevCommand": "",
12 "devUrl": "http://localhost:8000",
13 "frontendDist": "../dist"
14 },
15 "bundle": {
16 "active": true,
17 "category": "Music",
18 "icon": [
19 "icons/icon.png",
20 "icons/icon.icns",
21 "icons/icon.ico"
22 ],
23 "targets": "all"
24 },
25 "identifier": "com.icidasset.diffuse",
26 "plugins": {},
27 "productName": "Diffuse",
28 "version": "3.5.0"
29}