This week, people from all over the global games industry converge in San Francisco for the Game Developers Conference, now in its 37th year. This year, the event has a slightly different name — GDC ...
├── options.html # Options page entry ├── src/ # Popup UI │ ├── App.tsx │ ├── background.ts # Service worker (background) │ ├── main.tsx │ └── options.tsx # Options UI ├── content-script/ # Content ...