Presentation
Overview page
The overview page is what a user sees in the Plugin Center before installing. Ship entryPoints.overview and Atlas renders it in a sandboxed frame, so it can be a real page with screenshots and demos.
Why it matters
A plugin with a real overview reads as a product. Without one, the card falls back to your plain description. The bundled Pinterest plugin uses an overview to show its search flow; yours can too.
How to add it
Add an overview entry to entryPoints and ship the HTML in your package. It runs in the same kind of sandbox as your window, so use any framework. Keep it focused: what the plugin does, and a few visuals that prove it.
"entryPoints": { "window": "index.html", "overview": "overview.html" }