Skip to content

Commit

Permalink
New mods and updated resources for existing mods.
Browse files Browse the repository at this point in the history
  • Loading branch information
themaciekk committed Mar 29, 2023
1 parent f8d584d commit b2f126c
Show file tree
Hide file tree
Showing 125 changed files with 8,031 additions and 542 deletions.
Binary file added mods/Aggressive_LoFi/icon_512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 26 additions & 0 deletions mods/Aggressive_LoFi/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"manifest_version": 3,
"name": "Aggressive LoFi",
"description": "Chill beats aren't your thing? Try a more aggressive alternative to focus.",
"version": "1.0",
"icons":
{
"512": "icon_512.png"
},
"developer":
{
"name": "Opera Software"
},
"mod":
{
"schema_version": 1,
"payload":
{
"background_music":
[
"music/layer1.mp3",
"music/layer2.mp3"
]
}
}
}
Binary file added mods/Aggressive_LoFi/music/layer1.mp3
Binary file not shown.
Binary file added mods/Aggressive_LoFi/music/layer2.mp3
Binary file not shown.
16 changes: 8 additions & 8 deletions mods/Clicky/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 3,
"name": "Clicky",
"description": "For the clicky keyboard enjoyers.",
"version": "1.0",
"version": "1.1",
"icons":
{
"512": "icon_512.png"
Expand All @@ -22,23 +22,23 @@
{
"TYPING_LETTER":
[
"sounds/clicky1.mp3",
"sounds/clicky4.mp3",
"sounds/clicky2.mp3",
"sounds/clicky3.mp3"
"sounds/clicky1.wav",
"sounds/clicky4.wav",
"sounds/clicky2.wav",
"sounds/clicky3.wav"

],
"TYPING_ENTER":
[
"sounds/clickyenter.mp3"
"sounds/clickyenter.wav"
],
"TYPING_SPACE":
[
"sounds/clickyspace.mp3"
"sounds/clickyspace.wav"
],
"TYPING_BACKSPACE":
[
"sounds/clickybackspace.mp3"
"sounds/clickybackspace.wav"
]
}
}
Expand Down
Binary file removed mods/Clicky/sounds/clicky1.mp3
Binary file not shown.
Binary file added mods/Clicky/sounds/clicky1.wav
Binary file not shown.
Binary file removed mods/Clicky/sounds/clicky2.mp3
Binary file not shown.
Binary file added mods/Clicky/sounds/clicky2.wav
Binary file not shown.
Binary file removed mods/Clicky/sounds/clicky3.mp3
Binary file not shown.
Binary file added mods/Clicky/sounds/clicky3.wav
Binary file not shown.
Binary file removed mods/Clicky/sounds/clicky4.mp3
Binary file not shown.
Binary file added mods/Clicky/sounds/clicky4.wav
Binary file not shown.
Binary file removed mods/Clicky/sounds/clickybackspace.mp3
Binary file not shown.
Binary file added mods/Clicky/sounds/clickybackspace.wav
Binary file not shown.
Binary file removed mods/Clicky/sounds/clickyenter.mp3
Binary file not shown.
Binary file added mods/Clicky/sounds/clickyenter.wav
Binary file not shown.
Binary file removed mods/Clicky/sounds/clickyspace.mp3
Binary file not shown.
Binary file added mods/Clicky/sounds/clickyspace.wav
Binary file not shown.
149 changes: 75 additions & 74 deletions mods/Cozy/css/changecolors.css

Large diffs are not rendered by default.

Loading

0 comments on commit b2f126c

Please sign in to comment.