Files
shortcutter/externs/webextension_polyfill/manifest/ActionManifestDefaultAreaEnum.hx

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;