Files
kiss-firefox/template/externs/webextension_polyfill/manifest/MatchPatternRestricted.hx
2025-02-02 18:08:09 -06:00

6 lines
142 B
Haxe

package webextension_polyfill.manifest;
/**
Same as MatchPattern above, but excludes <all_urls>
**/
typedef MatchPatternRestricted = String;