6 lines
193 B
Haxe
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; |