From f284c8b48ae4bac8aa2fea506b8f87de0010a87a Mon Sep 17 00:00:00 2001 From: Tamius Han Date: Tue, 6 Feb 2018 19:51:31 +0100 Subject: [PATCH] enabled logging --- js/conf/Debug.js | 4 ++-- manifest.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/js/conf/Debug.js b/js/conf/Debug.js index a93499c..aa4de47 100644 --- a/js/conf/Debug.js +++ b/js/conf/Debug.js @@ -1,6 +1,6 @@ // Set prod to true when releasing -_prod = true; -// _prod = false; +// _prod = true; +_prod = false; Debug = { debug: true, diff --git a/manifest.json b/manifest.json index 653d276..2683828 100644 --- a/manifest.json +++ b/manifest.json @@ -8,7 +8,7 @@ "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": [{ "matches": ["*://*/*"],