Skip to content

Commit

Permalink
fix(manifest): remove borked extensions on marketplace (#2953)
Browse files Browse the repository at this point in the history
  • Loading branch information
rxri committed Apr 8, 2024
1 parent 1e4f069 commit 445868e
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,6 @@
"preview": "https://i.imgur.com/5reGrBb.png",
"main": "Extensions/autoSkipExplicit.js"
},
{
"name": "Full App Display",
"description": "Minimal album cover art display with beautiful blur effect background. Activating button locates in top bar. While in display mode, double click anywhere to exit. Right click anywhere to open setting menu.",
"preview": "https://i.imgur.com/S7CPQ2s.png",
"main": "Extensions/fullAppDisplay.js"
},
{
"name": "Keyboard Shortcut",
"description": "Register some useful keybinds to support keyboard-driven navigation in Spotify client. Less time touching the mouse.",
Expand All @@ -35,12 +29,6 @@
"preview": "https://i.imgur.com/YEkbjLC.png",
"main": "Extensions/loopyLoop.js"
},
{
"name": "Pop-up Lyrics",
"description": "Have easy access to a pop-up window with the current song's lyrics. Click at microphone icon on top bar to open lyrics windows. Right click at the same icon to open config menu to customize looks and lyrics providers priorities.",
"preview": "https://i.imgur.com/Nx9Lx7D.png",
"main": "Extensions/popupLyrics.js"
},
{
"name": "Shuffle+",
"description": "Shuffles using Fisher–Yates algorithm with zero bias. After installing extensions, right click album/playlist/artist item, there will be an option \"Play with Shuffle+\". You can also multiple select tracks and choose to \"Play with Shuffle+\". Moreover, enable option \"Auto Shuffle+\" in Profile menu to inject Shuffle+ into every play buttons, no need to right click anymore.",
Expand All @@ -52,11 +40,5 @@
"description": "Throw songs/artists to trash bin and never hear them again (automatically skip). This extension will append a Throw to Trashbin option in tracks and artists link right click menu.",
"preview": "https://i.imgur.com/ZFTy5Rm.png",
"main": "Extensions/trashbin.js"
},
{
"name": "Web Now Playing",
"description": "For Rainmeter users, establish connection with WebNowPlaying plugin to send track metadata and control players.",
"preview": null,
"main": "Extensions/webnowplaying.js"
}
]

0 comments on commit 445868e

Please sign in to comment.