1
0
mirror of https://github.com/elisspace/AskAssist.git synced 2026-08-29 15:33:47 +00:00

add r2 sound

This commit is contained in:
Jeremy Dixon
2021-07-03 20:56:31 -05:00
parent 125f506760
commit 5b5fde1a93
3 changed files with 3 additions and 1 deletions

BIN
assets/sounds/r2d2.mp3 Normal file

Binary file not shown.

View File

@@ -13,6 +13,7 @@
"./assets/beep.mp3", "./assets/beep.mp3",
"./assets/chirp.mp3", "./assets/chirp.mp3",
"./assets/rick.mp3", "./assets/rick.mp3",
"./assets/r2d2.mp3",
"toolbar.html" "toolbar.html"
], ],
"content_scripts": [ "content_scripts": [

View File

@@ -33,7 +33,8 @@ let alert_manager = {
alertList: [ alertList: [
{name:"!!!!!", file:'metalGear.m4a'}, {name:"!!!!!", file:'metalGear.m4a'},
{name:"beep beep", file:'beep.mp3'}, {name:"beep beep", file:'beep.mp3'},
{name:"softly chirp", file:'chirp.mp3'} {name:"softly chirp", file:'chirp.mp3'},
{name:"alert R2", file:'r2d2.mp3'}
], ],
handleAlert: (options)=>{ handleAlert: (options)=>{
// TERMS: // TERMS: