- Version Bumping: Every time any file in the
extension/directory is modified (HTML, JS, CSS, Images), theversionfield inextension/manifest.jsonMUST be incremented (e.g., 1.5 -> 1.6). - Interface names must start with the letter “I”
- Stick to the KISS principle
- Write short functions that do only one thing
- Split React components into small, reusable sub-components