17 lines
431 B
JSON
17 lines
431 B
JSON
{
|
|
"schemaVersion": 1,
|
|
"id": "omarchy.background-switcher",
|
|
"name": "Background switcher",
|
|
"version": "1.0.0",
|
|
"author": "Omarchy",
|
|
"description": "Wallpaper / image picker overlay",
|
|
"kinds": ["overlay"],
|
|
"activation": "on-demand",
|
|
"keepLoaded": true,
|
|
"entryPoints": { "overlay": "BackgroundSwitcher.qml" },
|
|
"ipc": {
|
|
"summon": "background-switcher",
|
|
"legacySocket": "omarchy-image-selector.sock"
|
|
}
|
|
}
|