aboutsummaryrefslogtreecommitdiffstats
path: root/development/mockExtension.js
diff options
context:
space:
mode:
Diffstat (limited to 'development/mockExtension.js')
-rw-r--r--development/mockExtension.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/development/mockExtension.js b/development/mockExtension.js
index 55799b2bf..ac03d965c 100644
--- a/development/mockExtension.js
+++ b/development/mockExtension.js
@@ -37,3 +37,8 @@ apis.forEach(function (api) {
extension.runtime.reload = noop
extension.tabs.create = noop
+extension.runtime.getManifest = function () {
+ return {
+ version: 'development'
+ }
+} \ No newline at end of file