File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments