mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-04 12:47:51 +02:00
16 lines
298 B
JSON
16 lines
298 B
JSON
{
|
|
"schemaVersion": 1,
|
|
"id": "omarchy.notifications",
|
|
"name": "Notifications",
|
|
"version": "1.0.0",
|
|
"author": "Omarchy",
|
|
"description": "Notification daemon, popups, and history",
|
|
"kinds": [
|
|
"service"
|
|
],
|
|
"keepLoaded": true,
|
|
"entryPoints": {
|
|
"service": "Service.qml"
|
|
}
|
|
}
|