Writing on software design, company building, and the aerospace industry.

All of my long-form thoughts on programming, leadership, product design, and more, collected in chronological order.

Creating a Chrome Extension with Manifest V3

Chrome extensions are a great way to add functionality to the browser and enhance user experience. With the introduction of Manifest V3, Google has made the process of building extensions more secure, performant, and privacy-conscious. In this article, we will walk through the steps to create a simple Chrome extension using Manifest V3.