Skip to content
Open
Show file tree
Hide file tree
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
11 changes: 11 additions & 0 deletions src/lib/extensions.js
Original file line number Diff line number Diff line change
Expand Up @@ -439,6 +439,17 @@ export default [
isGitHub: true,
tags: ["api", "music", "sounds"]
},
{
name: "Internet Radio",
description: "Internet Radio allows you to stream live audio from thousands of internet radio stations while providing data to create music visualizers or anything in-between.",
code: "Ikelene/internetRadio.js",
banner: "Ikelene/internetRadio.svg",
creator: "Ikelene",
isGitHub: true,
unstable: true,
unstableReason: "Some radio stations / URLs may not work due to CORS or not supporting a proper audio format. Do not report this, it's normal.",
tags: ["api", "music"]
},
{
name: "Update File (Direct Access)",
description: "A simple extension that uses the File System Access API to update files dynamically.",
Expand Down
Loading