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:
BIN
assets/sounds/r2d2.mp3
Normal file
BIN
assets/sounds/r2d2.mp3
Normal file
Binary file not shown.
@@ -13,6 +13,7 @@
|
||||
"./assets/beep.mp3",
|
||||
"./assets/chirp.mp3",
|
||||
"./assets/rick.mp3",
|
||||
"./assets/r2d2.mp3",
|
||||
"toolbar.html"
|
||||
],
|
||||
"content_scripts": [
|
||||
|
||||
@@ -33,7 +33,8 @@ let alert_manager = {
|
||||
alertList: [
|
||||
{name:"!!!!!", file:'metalGear.m4a'},
|
||||
{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)=>{
|
||||
// TERMS:
|
||||
|
||||
Reference in New Issue
Block a user