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

Changes for release submission.

This commit is contained in:
kkapsner 2015-09-10 17:29:16 +02:00
parent 5fe5ec1d64
commit 3e7fd5205b
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"; mode = "allow";
break; break;
default: default:
console.log("Unknown blocking mode (" + blockMode + "). Default to block everything."); // console.log("Unknown blocking mode (" + blockMode + "). Default to block everything.");
} }
return mode; return mode;
} }

View File

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