I would like to report used extension version to service. It there any way to read extension version number from within the extension?
You can access the version using the displayVersion
property of the SafariExtension
class.
console.log(safari.extension.displayVersion);
// => "1.0"
API Documentation
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With