Files
arthur-os/shell/plugins/notifications/manifest.json
T

15 lines
320 B
JSON

{
"schemaVersion": 1,
"id": "omarchy.notifications",
"name": "Notifications",
"version": "1.0.0",
"author": "Omarchy",
"description": "Notification daemon, popups, and history",
"kinds": ["service"],
"activation": "persistent",
"keepLoaded": true,
"entryPoints": {
"service": "Service.qml"
}
}