MirrorLink

Resolvers

Pattern-based, first-match-wins. Add new ones in /assets/resolvers.js.

Architecture

{ name, match(url): boolean, resolve(url): string|null }

Place your resolver object into the exported resolvers array. Keep regexes cheap and prefer query-param extraction.