You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/js/scripts-demo/plugin.manifest.json
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2,10 +2,11 @@
2
2
"api": "1",
3
3
"name": "Example Scripts Demo",
4
4
"slug": "scripts-demo",
5
-
"version": "0.2.0",
5
+
"version": "0.2.1",
6
6
"description": "Ships a JavaScript file that pins a banner to the bottom of the viewer page (and logs to the console) so an admin can see at a glance that the plugin's script loaded, with no dependency on a live stream or chat.",
Copy file name to clipboardExpand all lines: examples/js/styles-demo/plugin.manifest.json
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2,10 +2,11 @@
2
2
"api": "1",
3
3
"name": "Example Styles Demo",
4
4
"slug": "styles-demo",
5
-
"version": "0.2.0",
5
+
"version": "0.2.1",
6
6
"description": "Ships a CSS file that pins a banner to the top of the viewer page so an admin can see at a glance that the plugin's stylesheet loaded, with no dependency on a live stream or chat.",
Copy file name to clipboardExpand all lines: examples/js/viewer-gate/plugin.manifest.json
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2,10 +2,11 @@
2
2
"api": "1",
3
3
"name": "Example Viewer Gate",
4
4
"slug": "viewer-gate",
5
-
"version": "0.2.0",
5
+
"version": "0.2.1",
6
6
"description": "Shows a confirmation modal when a viewer opens the page. Yes dismisses the modal; No redirects away. Demonstrates combining manifest.styles and manifest.scripts in a single plugin.",
0 commit comments