From 32db9ad577670c873ba48095a90d23b9c7fc6ab7 Mon Sep 17 00:00:00 2001 From: Lucas <169063936+mustbeperfect@users.noreply.github.com> Date: Sun, 15 Feb 2026 19:45:13 -0800 Subject: [PATCH] Added PixelPlayer to audio-player --- core/data/dynamic/applications.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/core/data/dynamic/applications.json b/core/data/dynamic/applications.json index 44e66b9..d0397d1 100644 --- a/core/data/dynamic/applications.json +++ b/core/data/dynamic/applications.json @@ -10765,6 +10765,20 @@ "language": "", "license": "", "homepage_url": "" + }, + { + "name": "PixelPlayer", + "description": "", + "repo_url": "https://github.com/theovilardo/PixelPlayer", + "tags": [], + "platforms": ["android"], + "category": "audio-player", + "stars": 0, + "flags": [], + "last_commit": "", + "language": "", + "license": "", + "homepage_url": "" } ] }