Files
wxt/docs/entrypoints/sidepanel.md
T
2023-12-29 01:51:26 -06:00

1.0 KiB

Side Panel

Chrome DocsFirefox Docs

:::warning Chrome added support for sidepanels in Manifest V3, they are not available in Manfiest V2. :::

Filenames

Definition

<!doctype html>
<html lang="en">
  <head>
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <title>Title</title>
    <!-- Set include/exclude if the page should be removed from some builds -->
    <meta name="manifest.include" content="['chrome', ...]" />
    <meta name="manifest.exclude" content="['chrome', ...]" />
  </head>
  <body>
    <!-- ... -->
  </body>
</html>