Credentials for S3 / R2 / MinIO mounts and other domain-scoped secrets. Stored in
chrome.storage.local; never visible to the agent.
s3.<profile>.access_key_id,
s3.<profile>.secret_access_key, and any optional fields you provided.
Each secret gets a matching _DOMAINS entry so SLICC can scope where it's
valid.
*.example.com for wildcards. Required.
*.adobelogin.com, *.adobe.io). Extras added
here LAYER on top per-provider — defaults always stay active, you can't lock yourself
out. Wildcards: *.example.com matches api.example.com but NOT
bare example.com. Newly-added domains apply on the next side-panel reload
(oauth-bootstrap re-pushes the merged list), or immediately if you re-run
oauth-token <providerId> in the panel terminal.
npx sliccy), edit
~/.slicc/secrets.env directly with your text editor — same keys, same
_DOMAINS convention. This page is the extension-mode equivalent.