The router was doing exact URL match for popup.html, but when opened in a tab with params (?view=add&type=card), it failed. Changed to startsWith match like setup.html already uses. Co-Authored-By: Claude <noreply@anthropic.com>
The router was doing exact URL match for popup.html, but when opened in a tab with params (?view=add&type=card), it failed. Changed to startsWith match like setup.html already uses. Co-Authored-By: Claude <noreply@anthropic.com>