I just shipped v1.4 of Pocket Pet, a browser companion extension. Thought the tech might interest this sub:
Biggest lesson: drop-shadow traces PNG alpha contours perfectly, used this for aura effects instead of background elements.
Happy to go deeper on any of these.
ShinigamiAM shared insights from developing a Chrome extension called Pocket Pet using vanilla JavaScript, Shadow DOM, and Supabase for authentication and sync. The extension features a unique theme system and per-site position memory. The author highlights the use of drop-shadow for aura effects and invites further discussion on the technical aspects.
You hit all the check boxes but one, did you use AI?
AI as in? Inside the extension? There's no AI integration rn
The Shadow DOM + vanilla JS combo is underrated most people reach for React out of habit. The chameleon color sampling via canvas pixel reading is a clever touch. How's the performance holding up on heavier pages?