notify.json.example
1 { 2 "enabled": true, 3 "minDurationSeconds": 10, 4 "sound": "silent", 5 "showPopup": false, 6 "interactiveOnly": true, 7 "sounds": [ 8 { 9 "alias": "silent" 10 }, 11 { 12 "alias": "random" 13 }, 14 { 15 "alias": "Funk", 16 "path": "/System/Library/Sounds/Funk.aiff" 17 }, 18 { 19 "alias": "Glass", 20 "path": "/System/Library/Sounds/Glass.aiff" 21 }, 22 { 23 "alias": "Hero", 24 "path": "/System/Library/Sounds/Hero.aiff" 25 }, 26 { 27 "alias": "Submarine", 28 "path": "/System/Library/Sounds/Submarine.aiff" 29 }, 30 { 31 "alias": "dubdelay1", 32 "path": "/Users/yourUser/Documents/notification_sounds/dubdelay1.mp3" 33 }, 34 { 35 "alias": "dubdelay2", 36 "path": "/Users/yourUser/Documents/notification_sounds/dubdelay2.mp3" 37 }, 38 { 39 "alias": "liquid", 40 "path": "/Users/yourUser/Documents/notification_sounds/liquid-notif.mp3" 41 } 42 ], 43 "volume": { 44 "mode": "timeScaled", 45 "max": 1, 46 "min": 0.1 47 }, 48 "pushover": { 49 "enabled": true, 50 "userKey": "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX", 51 "apiToken": "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX" 52 } 53 }