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": ["*://*/*"],