Changes for release submission.

This commit is contained in:
kkapsner 2015-10-24 10:47:58 +02:00
parent 6c806583f0
commit bc1671f064
3 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@ -62,7 +62,7 @@ function checkURL(url, blockMode){
mode = "allow";
break;
default:
console.log("Unknown blocking mode (" + blockMode + "). Default to block everything.");
// console.log("Unknown blocking mode (" + blockMode + "). Default to block everything.");
}
return mode;
}

View File

@ -96,6 +96,6 @@
"main": "lib/main.js",
"author": "Korbinian Kapsner",
"license": "MPL 2.0",
"version": "0.2.1-Development",
"version": "0.2.1-Release",
"permissions": {"private-browsing": true}
}