Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(manifest): remove borked extensions on marketplace #2953

Merged
merged 1 commit into from
Apr 8, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"
}
]