Empty Chrome extension template using Manifest V3.
Run a quick template validation:
npm run check
If npm is not available yet, use the included PowerShell helper:
.\scripts\check.ps1
During development, run:
npm run dev
Or without npm:
.\scripts\dev.ps1
Then load the extension in Chrome:
chrome://extensions.D:\workspace\YNWAC_Timer.manifest.json: Chrome extension manifest.src/background.js: extension background service worker.src/content.js: optional page script, not enabled by default.popup/: toolbar popup UI.options/: extension options page.scripts/: local Node.js helper scripts.