Files
marstemedia/src-tauri/capabilities/default.json
Bytemalte f91cdb0801
All checks were successful
Android Universal Build / build-android (push) Successful in 12m9s
feat: persist API keys across restarts via tauri-plugin-store
Keys are saved to keys.json in the app's private data directory
on both Linux and Android. load_keys is called on app mount to
restore them into NewsState before the first news fetch.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-16 15:44:36 +01:00

12 lines
241 B
JSON

{
"$schema": "../gen/schemas/desktop-schema.json",
"identifier": "default",
"description": "Capability for the main window",
"windows": ["main"],
"permissions": [
"core:default",
"opener:default",
"store:default"
]
}