The plugin now exposes gallery retrieval, image deletion and image crop across Android, desktop and mobile. The Rust core and Android bridge are wired to handle these commands, updating state as needed. - Add gallery, delete_image, and set_image_crop commands - across Android, desktop and mobile. - Update permissions, defaults, and schema to enable new commands.
14 lines
413 B
TOML
14 lines
413 B
TOML
# Automatically generated - DO NOT EDIT!
|
|
|
|
"$schema" = "../../schemas/schema.json"
|
|
|
|
[[permission]]
|
|
identifier = "allow-delete-image"
|
|
description = "Enables the delete_image command without any pre-configured scope."
|
|
commands.allow = ["delete_image"]
|
|
|
|
[[permission]]
|
|
identifier = "deny-delete-image"
|
|
description = "Denies the delete_image command without any pre-configured scope."
|
|
commands.deny = ["delete_image"]
|