Skip to content

Extension API

Placeholder page for host capabilities available to extensions inside TauriTavern.

Suggested coverage

  • Capabilities under window.__TAURITAVERN__.api.* that are directly relevant to extensions
  • Third-party extension loading flow
  • Resource paths, same-origin constraints, and static asset endpoints
  • How the mobile compatibility layer affects extensions

Suggested source material

When you flesh this out, these are good starting points in the main repository:

  • docs/API/README.md
  • docs/API/Extension.md
  • docs/FrontendHostContract.md
  • src/scripts/extensions/runtime/*

Released under AGPL-3.0.