Files
arthur-os/shell/plugins/clipboard/manifest.json
T

16 lines
297 B
JSON

{
"schemaVersion": 1,
"id": "omarchy.clipboard",
"name": "Clipboard",
"version": "1.0.0",
"author": "Omarchy",
"description": "A clipboard manager to view and paste history",
"kinds": [
"overlay"
],
"keepLoaded": true,
"entryPoints": {
"overlay": "Clipboard.qml"
}
}