Skip to main content
An example of a simple page that shows “Hello world!”. Start with the structure, since all we need is a window that shows hello world we need a client-side script to create it and a frame that has the content.
ImageThe class is decorative
Now for the code, we need to make sure the API has permission:
Now apply a permission too since this will just error every time:
Image
Good! Now to actually create the window we need a category first. In this example we’ll just reference a category made by Orbit, orbit.main.
And done! That’s it.
Image

Have fun creating extensions!
Please follow our guidelines when doing so.