[gnome] Add clipboard manager extension

This commit is contained in:
2026-01-12 16:50:25 -05:00
parent 5b059b2335
commit c0179c8a87
34 changed files with 3104 additions and 0 deletions

View File

@ -0,0 +1,16 @@
{
"_generated": "Generated by SweetTooth, do not edit",
"description": "Gnome Clipboard History is a clipboard manager GNOME extension that saves items you've copied into an easily accessible, searchable history panel.",
"gettext-domain": "clipboard-history@alexsaveau.dev",
"name": "Clipboard History",
"settings-schema": "org.gnome.shell.extensions.clipboard-history",
"shell-version": [
"46",
"47",
"48",
"49"
],
"url": "https://github.com/SUPERCILEX/gnome-clipboard-history",
"uuid": "clipboard-history@alexsaveau.dev",
"version": 47
}