mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-05 20:28:25 +02:00
16 lines
410 B
JSON
16 lines
410 B
JSON
{
|
|
"schemaVersion": 1,
|
|
"id": "omarchy.image-picker",
|
|
"name": "Image picker",
|
|
"version": "1.0.0",
|
|
"author": "Omarchy",
|
|
"description": "Image-grid selector overlay used for wallpapers, themes, and any other directory of images",
|
|
"kinds": ["overlay"],
|
|
"activation": "on-demand",
|
|
"keepLoaded": true,
|
|
"entryPoints": { "overlay": "ImagePicker.qml" },
|
|
"ipc": {
|
|
"summon": "image-picker"
|
|
}
|
|
}
|