mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2024-12-22 12:50:36 +01:00
Changes for release submission.
This commit is contained in:
parent
6c806583f0
commit
bc1671f064
Binary file not shown.
@ -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;
|
||||||
}
|
}
|
||||||
|
@ -96,6 +96,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.1-Development",
|
"version": "0.2.1-Release",
|
||||||
"permissions": {"private-browsing": true}
|
"permissions": {"private-browsing": true}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user