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
407 B
TOML
14 lines
407 B
TOML
# Automatically generated - DO NOT EDIT!
|
|
|
|
"$schema" = "../../schemas/schema.json"
|
|
|
|
[[permission]]
|
|
identifier = "allow-get-gallery"
|
|
description = "Enables the get_gallery command without any pre-configured scope."
|
|
commands.allow = ["get_gallery"]
|
|
|
|
[[permission]]
|
|
identifier = "deny-get-gallery"
|
|
description = "Denies the get_gallery command without any pre-configured scope."
|
|
commands.deny = ["get_gallery"]
|