Chore: `sw.js` should be deduplicated
Summary
The project contains both ./sw.js
(which is unused) and ./src/sw.js
(which is shipped to users). We should:
- Decide which file has the correct implementation
- Ensure that
./src/sw.js
has that implementation - Delete
./sw.js