mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2024-11-12 16:18:53 +01:00
Changes for release submission.
This commit is contained in:
parent
6ce7b81124
commit
9e179d0206
Binary file not shown.
@ -85,7 +85,7 @@
|
|||||||
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;
|
||||||
}
|
}
|
||||||
|
@ -107,7 +107,7 @@
|
|||||||
"main": "lib/main.js",
|
"main": "lib/main.js",
|
||||||
"author": "Korbinian Kapsner",
|
"author": "Korbinian Kapsner",
|
||||||
"license": "MPL 2.0",
|
"license": "MPL 2.0",
|
||||||
"version": "0.3.0-Development",
|
"version": "0.3.0-Release",
|
||||||
"permissions": {
|
"permissions": {
|
||||||
"private-browsing": true,
|
"private-browsing": true,
|
||||||
"multiprocess": true
|
"multiprocess": true
|
||||||
|
Loading…
Reference in New Issue
Block a user