file_userContextId_openWindow.serviceworker.js (69B)
1 onnotificationclick = () => { 2 clients.openWindow("empty.html"); 3 };