Files
clipboard-history/plugin/manifest.json
T

19 lines
419 B
JSON

{
"schemaVersion": 1,
"id": "tank.clipboard",
"name": "Clipboard History",
"version": "1.0.0",
"author": "tank",
"description": "Raycast-style clipboard history: fuzzy search over content, type, app and date, with rich per-type previews",
"kinds": [
"overlay"
],
"keepLoaded": true,
"entryPoints": {
"overlay": "Clipboard.qml"
},
"omarchy": {
"clonedFrom": "omarchy.clipboard"
}
}