diff options
Diffstat (limited to 'ui/app/info.js')
-rw-r--r-- | ui/app/info.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/info.js b/ui/app/info.js index a473f5921..720b62d33 100644 --- a/ui/app/info.js +++ b/ui/app/info.js @@ -17,7 +17,7 @@ function InfoScreen () { InfoScreen.prototype.render = function () { var state = this.props - var manifest = chrome.runtime.getManifest() + var manifest = chrome ? chrome.runtime.getManifest() : { version: '2.0.0' } return ( h('.flex-column.flex-grow', [ |