1
0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2024-06-06 05:17:49 +02:00

Changes for release submission.

This commit is contained in:
kkapsner 2016-01-28 23:49:01 +01:00
parent 424b88f04f
commit 1f852b349e
3 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@ -75,7 +75,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

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