YNWAC_Timer

YNWAC Timer

Empty Chrome extension template using Manifest V3.

Requirements

Develop

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:

  1. Open chrome://extensions.
  2. Turn on Developer mode.
  3. Click Load unpacked.
  4. Select this folder: D:\workspace\YNWAC_Timer.

Project Layout