Expand description
Persistent storage for extension capability decisions.
When a user chooses “Allow Always” or “Deny Always” for an extension
capability prompt, the decision is recorded here so it survives across
sessions. Decisions are keyed by (extension_id, capability) and
optionally scoped to a version range.
Structs§
- Permission
Store - In-memory mirror of the on-disk permissions file with load/save helpers.
- Persisted
Decision - A persisted capability decision.