{ "id": "priority-widget@beatlink", "name": "Priority Widget", "description": "A widget to set the priority of a note", "author": "BeatLink", "homepage": "https://github.com/BeatLink/trilium-scripts/tree/main/addons/priority-widget@beatlink", "license": "GPL-3.0-or-later", "latestVersion": "1.0.3", "type": "widget", "readme": "README.md", "manifestSourceUrl": "https://raw.githubusercontent.com/BeatLink/trilium-scripts/refs/heads/main/addons/priority-widget@beatlink/_tam_manifest_.json", "manifest": { "root": "root", "notes": [ { "id": "root", "title": "priority-widget@beatlink", "type": "code", "mime": "text/jsx", "sourceUrl": "priority-widget@beatlink.jsx" }, { "id": "style", "title": "style.css", "type": "code", "mime": "text/css", "sourceUrl": "style.css" }, { "id": "profile", "title": "profile.json", "type": "code", "mime": "application/json", "sourceUrl": "profile.json" }, { "id": "readme", "title": "README.md", "type": "code", "mime": "text/markdown", "sourceUrl": "README.md" } ], "children": [ { "parent": "root", "child": "style" }, { "parent": "root", "child": "profile" }, { "parent": "root", "child": "readme" } ], "relations": [ { "from": "root", "type": "AddonData:profile", "to": "profile" } ], "labels": [ { "note": "root", "name": "widget", "value": "" }, { "note": "style", "name": "appCss", "value": "" } ], "dependencies": [], "exports": {}, "readmeNote": "readme" } }