Files
dotjuice.thesinging.bible/manifest.json
Johan 8d63cb561f Add dotjuice.thesinging.bible Omarchy shell plugin
Bar widget + popup player streaming Bible-singing audio from
thesinging.bible via mpv, with the site's own Book/Chapter/Style/
Voice/Language selectors and full transport controls.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01LYvjTEDeh9T6NqBDdCALMq
2026-09-15 11:25:42 +01:00

19 lines
526 B
JSON

{
"schemaVersion": 1,
"id": "dotjuice.thesinging.bible",
"name": "The Singing Bible",
"version": "1.0.0",
"author": "dotjuice",
"description": "Stream Bible chapters sung in your choice of language, voice, and musical style from thesinging.bible",
"kinds": ["bar-widget"],
"entryPoints": {
"barWidget": "BarWidget.qml"
},
"barWidget": {
"displayName": "Singing Bible",
"description": "Stream sung Bible chapters from thesinging.bible",
"category": "Audio",
"allowMultiple": false
}
}