aboutsummaryrefslogtreecommitdiffstats
path: root/app/scripts/platforms
diff options
context:
space:
mode:
Diffstat (limited to 'app/scripts/platforms')
-rw-r--r--app/scripts/platforms/extension.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/scripts/platforms/extension.js b/app/scripts/platforms/extension.js
index cbb35768e..00c2aa275 100644
--- a/app/scripts/platforms/extension.js
+++ b/app/scripts/platforms/extension.js
@@ -14,6 +14,10 @@ class ExtensionPlatform {
extension.tabs.create({ url })
}
+ getVersion () {
+ return extension.runtime.getManifest().version
+ }
+
}
module.exports = ExtensionPlatform