chrome extension: file-based routing
Hi. I am developing a chrome extension. And the default route of the app is
chrome-extension://[hash_id]/index.html
. How can I define this type of route with file-based routing instead of defining a $index
and then redirect to the /something/*
?1 Reply
stormy-gold•16mo ago
wouldn't a memory history be best for a chrome extension?
similar to how I saw people use router in electron apps