{ "id": "libnotification@beatlink", "name": "Notification Library", "description": "Shared library for sending desktop notifications from TriliumNext scripts, with both a frontend export and a backend-callable export.", "author": "BeatLink", "homepage": "https://github.com/BeatLink/trilium-scripts/tree/main/addons/libnotification@beatlink", "license": "GPL-3.0-or-later", "latestVersion": "1.2.2", "type": "library", "readme": "README.md", "manifestSourceUrl": "https://raw.githubusercontent.com/BeatLink/trilium-scripts/refs/heads/main/addons/libnotification@beatlink/_tam_manifest_.json", "manifest": { "root": "lib", "notes": [ { "id": "lib", "title": "libNotification.js", "type": "code", "mime": "application/javascript;env=frontend", "sourceUrl": "libnotification.js" }, { "id": "backend", "title": "libNotificationBackend.js", "type": "code", "mime": "application/javascript;env=backend", "sourceUrl": "libnotification-backend.js" }, { "id": "readme", "title": "README.md", "type": "code", "mime": "text/markdown", "sourceUrl": "README.md" } ], "children": [ { "parent": "lib", "child": "backend" }, { "parent": "lib", "child": "readme" } ], "relations": [], "labels": [], "dependencies": [], "exports": { "lib": "lib", "backend": "backend" }, "readmeNote": "readme" } }