enabled logging

This commit is contained in:
Tamius Han 2018-02-06 19:51:31 +01:00
parent 1ceca7c293
commit f284c8b48a
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
// Set prod to true when releasing // Set prod to true when releasing
_prod = true; // _prod = true;
// _prod = false; _prod = false;
Debug = { Debug = {
debug: true, debug: true,

View File

@ -8,7 +8,7 @@
"64":"res/icons/uw-64.png" "64":"res/icons/uw-64.png"
}, },
"description": "Aspect ratio fixer for youtube that works around some people's disability to properly encode 21:9 (and sometimes, 16:9) videos. Now with more autodetection.", "description": "Aspect ratio fixer for youtube that works around some people's disability to properly encode 21:9 (and sometimes, 16:9) videos.",
"content_scripts": [{ "content_scripts": [{
"matches": ["*://*/*"], "matches": ["*://*/*"],