Skip to content

Commit 745c92b

Browse files
committed
Update examples README
1 parent 6f934f4 commit 745c92b

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

examples/js/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ One self-contained npm project per directory. Each has its own `README.md` with
2323
| [action-buttons](./action-buttons/) | `manifest.actions` + runtime `owncast.actions.add` (ui.modify), with an admin page that adds buttons. |
2424
| [fediverse-chat-bridge](./fediverse-chat-bridge/) | Inbound fediverse mentions → HTML chat system messages with avatars. |
2525
| [safeguard-stress](./safeguard-stress/) | Test fixture, misbehaves on demand to verify host sandbox caps. |
26+
| [styles-demo](./styles-demo/) | `manifest.styles[]`, CSS inlined into the viewer page's customStyles. |
27+
| [scripts-demo](./scripts-demo/) | `manifest.scripts[]`, JS inlined into the viewer page's customJavascript. |
28+
| [page-content-demo](./page-content-demo/) | `manifest.extraPageContent`, HTML prepended to the viewer's extra-content block. |
29+
| [viewer-gate](./viewer-gate/) | `manifest.styles` + `manifest.scripts` together: a confirmation modal on page load. |
30+
| [tabs-demo](./tabs-demo/) | `manifest.tabs[]`, two tabs added to the viewer page's tab row alongside Followers and About. |
2631

2732
## Building and testing
2833

0 commit comments

Comments
 (0)