Can a Browser Extension look like Apple's Dynamic Island?

I've never built a browser extension, but I had an inkling of a UI idea to build something akin to https://emilkowal.ski/ui/dynamic-island that could show up in the user's top right corner and morph around. This is probably a stupid question, but in the spirit of the Post Guidelines of "Ask anything here, and we mean anything!", is this possible?
Emil Kowalski
Emil Kowalski
isibbot
isibbot•9d ago
You could either create your own react components with css animation/transisiton (performant) or find a library already offering the same functionality and then use plasmo to inject using the overlay anchor type? https://docs.plasmo.com/framework/content-scripts-ui/life-cycle
Plasmo Docs
Life Cycle of Plasmo CSUI – Plasmo
Plasmo's CSUI orchestrates a lifecycle dedicated to mounting and unmounting your React, Vue, or Svelte components in a content script.
Arcane
Arcane•9d ago
@isibbot has reached level 1. GG!