Skip to content

Commit

Permalink
Added CRX
Browse files Browse the repository at this point in the history
added packed-up CRX file
fixed an error in manifest.json
  • Loading branch information
Dat-Pudding committed Mar 19, 2023
1 parent 39de5eb commit 3e2759f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 14 deletions.
Binary file added Keyboard-Commander.crx
Binary file not shown.
30 changes: 16 additions & 14 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"payload": {
"background_music": [
"music/track_1.mp3"
]
],

/*
"browser_sounds":
{
Expand Down Expand Up @@ -80,21 +81,22 @@
"TAB_SLASH":
[
"sound/tab_slash.mp3"
]*/
},
"keyboard_sounds":
{
"TYPING_BACKSPACE":
[
]
},*/

"keyboard_sounds":
{
"TYPING_BACKSPACE":
[
"keyboard/backspace.wav"
],
],

"TYPING_ENTER":
[
"TYPING_ENTER":
[
"keyboard/enter.wav"
],
],

"TYPING_LETTER": [
"TYPING_LETTER": [
"keyboard/letter_S.wav",
"keyboard/letter_T.wav",
"keyboard/letter_A.wav",
Expand All @@ -111,8 +113,8 @@
"keyboard/letter_O.wav",
"keyboard/letter_W.wav",
"keyboard/exclamation_mark.wav"
]
}
]
}
},
"schema_version": 1
},
Expand Down

0 comments on commit 3e2759f

Please sign in to comment.