{ "id": "notifications@beatlink", "name": "Notifications", "description": "Polls for notes matching a date label and sends desktop notifications for past-due items.", "author": "BeatLink", "homepage": "https://github.com/BeatLink/trilium-scripts/tree/main/addons/notifications@beatlink", "license": "GPL-3.0-or-later", "latestVersion": "1.1.2", "type": "script", "readme": "README.md", "manifestSourceUrl": "https://raw.githubusercontent.com/BeatLink/trilium-scripts/refs/heads/main/addons/notifications@beatlink/_tam_manifest_.json", "manifest": { "root": "root", "notes": [ { "id": "root", "title": "notifications@beatlink", "type": "text", "mime": "text/html", "sourceUrl": null }, { "id": "script", "title": "notifications.js", "type": "code", "mime": "application/javascript;env=frontend", "sourceUrl": "notifications.js" }, { "id": "readme", "title": "README.md", "type": "code", "mime": "text/markdown", "sourceUrl": "README.md" } ], "children": [ { "parent": "root", "child": "script" }, { "parent": "script", "addon": "libnotification@beatlink", "child": "lib" }, { "parent": "root", "child": "readme" } ], "relations": [], "labels": [ { "note": "script", "name": "run", "value": "frontendStartup" } ], "dependencies": [ "libnotification@beatlink" ], "exports": {}, "readmeNote": "readme" } }