Method

WebKitWebExtensionget_manifest_version

unstable since: 2.52

Declaration [src]

gdouble
webkit_web_extension_get_manifest_version (
  WebKitWebExtension* extension
)

Description [src]

Get the parsed manifest version, or 0 if there is no version specified in the manifest.

A WebKitWebExtensionError error will be reported if the manifest version isn’t specified.

Available since: 2.52

Return value

Type: gdouble

The parsed manifest version.