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

6 lines
193 B
Haxe

package webextension_polyfill.manifest;
/**
Defines the location the browserAction will appear by default. The default location is navbar.
**/
typedef ActionManifestDefaultAreaEnum = String;