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.jshas that implementation - Delete
./sw.js