Capability file
src-tauri/capabilities/default.json{
"$schema": "../gen/schemas/desktop-schema.json",
"identifier": "default",
"description": "Capabilities granted to the main window.",
"windows": [
"main"
],
"permissions": [
"core:default",
"http:default"
]
}
core:default is the baseline every window has; the plugin permission is the one line this page adds.