This commit is contained in:
zadam
2019-07-20 12:19:47 +02:00
parent 8cf44780ce
commit d839f86b49
2 changed files with 2 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
const PROTOCOL_VERSION_MAJOR = 2;
const PROTOCOL_VERSION_MAJOR = 1;
function isDevEnv() {
const manifest = browser.runtime.getManifest();