Files
LockScreenWallpaper/src-tauri/capabilities/default.json
T
Christoph Brandau 734c757c67 refactor(branding): rename project to LockScreenWallpaper across repo
Standardize branding by renaming Wechselbild to LockScreenWallpaper.
This updates UI strings, configs, and plugin metadata for consistency.

- Rename branding across UI, docs, and config in the repo
- Update Android UI strings and notification titles to LockScreenWallpaper
2026-08-20 18:00:48 +02:00

8 lines
220 B
JSON

{
"$schema": "../gen/schemas/desktop-schema.json",
"identifier": "default",
"description": "Standardrechte für LockScreenWallpaper",
"windows": ["main"],
"permissions": ["core:default", "wallpaper:default"]
}