The sample extension I created was a video overlay. When trying to mess around with the Hello World example extension I would get an error since video_overlay.html did not exist. This PR simply copies the viewer.html and names it video_overlay.html so the Hello World extension shows up on the Developer Rig for video overlay extensions.
Can confirm I ran into this issue starting out-- since this is the 'Hello World' repo, it should probably 'just work' with panels or overlays (and the mobile release coming up)
The sample extension I created was a video overlay. When trying to mess around with the Hello World example extension I would get an error since
video_overlay.html
did not exist. This PR simply copies theviewer.html
and names itvideo_overlay.html
so the Hello World extension shows up on the Developer Rig for video overlay extensions.