{ "id": "cinnamon-applet-inbox@beatlink", "name": "Cinnamon Applet Inbox", "description": "Backend API endpoint for the Trilium API Cinnamon panel applet \u2014 surfaces the first line of a designated inbox note, with an optional embedded countdown timer and desktop notification.", "author": "BeatLink", "homepage": "https://github.com/BeatLink/trilium-scripts/tree/main/addons/cinnamon-applet-inbox@beatlink", "license": "GPL-3.0-or-later", "latestVersion": "1.5.3", "type": "script", "readme": "README.md", "manifestSourceUrl": "https://raw.githubusercontent.com/BeatLink/trilium-scripts/refs/heads/main/addons/cinnamon-applet-inbox@beatlink/_tam_manifest_.json", "manifest": { "root": "root", "settingsNote": "root", "notes": [ { "id": "root", "title": "cinnamon-applet-inbox@beatlink", "type": "render", "mime": "text/html", "sourceUrl": null }, { "id": "script", "title": "cinnamon-applet-inbox.js", "type": "code", "mime": "application/javascript;env=backend", "sourceUrl": "cinnamon-applet-inbox.js" }, { "id": "schema", "title": "schema.json", "type": "code", "mime": "application/json", "sourceUrl": "schema.json" }, { "id": "config", "title": "config.json", "type": "code", "mime": "application/json", "sourceUrl": "config.json" }, { "id": "settings", "title": "settings.jsx", "type": "code", "mime": "text/jsx", "sourceUrl": "settings.jsx" }, { "id": "readme", "title": "README.md", "type": "code", "mime": "text/markdown", "sourceUrl": "README.md" } ], "children": [ { "parent": "root", "child": "script" }, { "parent": "root", "child": "schema" }, { "parent": "root", "child": "config" }, { "parent": "root", "child": "settings" }, { "parent": "script", "addon": "libsettings@beatlink", "child": "backend" }, { "parent": "settings", "addon": "libsettings@beatlink", "child": "ui" }, { "parent": "script", "addon": "libnotification@beatlink", "child": "backend" }, { "parent": "root", "child": "readme" } ], "relations": [ { "from": "settings", "type": "AddonData:config", "to": "config" }, { "from": "settings", "type": "schemaNote", "to": "schema" }, { "from": "script", "type": "schemaNote", "to": "schema" }, { "from": "script", "type": "settingsNote", "to": "settings" }, { "from": "root", "type": "renderNote", "to": "settings" } ], "labels": [ { "note": "script", "name": "customRequestHandler", "value": "inboxPanel" } ], "dependencies": [ "libsettings@beatlink", "libnotification@beatlink" ], "exports": {}, "readmeNote": "readme" } }