Files
LockScreenWallpaper/plugins/permissions/autogenerated/commands/set_interval.toml
T
Christoph 6e43d52680 chore: add project scaffolding and resources
This initial commit scaffolds the project with essential docs, assets, and build configs.
It adds Android icons, design assets, and release metadata to support mobile targets.
A fastlane config and F-Droid manifest are included to streamline builds.

- Adds F-Droid configuration for automated builds
- Includes license and privacy policy documents
- Provides app icons and assets for Android and design system
2026-08-21 14:45:18 +02:00

14 lines
413 B
TOML

# Automatically generated - DO NOT EDIT!
"$schema" = "../../schemas/schema.json"
[[permission]]
identifier = "allow-set-interval"
description = "Enables the set_interval command without any pre-configured scope."
commands.allow = ["set_interval"]
[[permission]]
identifier = "deny-set-interval"
description = "Denies the set_interval command without any pre-configured scope."
commands.deny = ["set_interval"]