mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-06 04:29:34 +02:00
24 lines
486 B
JSON
24 lines
486 B
JSON
{
|
|
"schemaVersion": 1,
|
|
"id": "omarchy.media",
|
|
"name": "Media",
|
|
"version": "1.0.0",
|
|
"author": "Omarchy",
|
|
"description": "MPRIS media control service",
|
|
"kinds": [
|
|
"service",
|
|
"bar-widget"
|
|
],
|
|
"keepLoaded": true,
|
|
"entryPoints": {
|
|
"service": "Service.qml",
|
|
"barWidget": "BarWidget.qml"
|
|
},
|
|
"barWidget": {
|
|
"displayName": "Media",
|
|
"description": "MPRIS now-playing with playback controls",
|
|
"category": "Media",
|
|
"allowMultiple": false
|
|
}
|
|
}
|