Prepare for release

This commit is contained in:
Tamius Han 2019-06-14 23:21:03 +02:00
parent 2eaab6d3a4
commit 746a883e07
2 changed files with 13 additions and 13 deletions

View File

@ -1,25 +1,25 @@
// Set prod to true when releasing
// const _prod = true;
const _prod = false;
const _prod = true;
// const _prod = false;
var Debug = {
// performanceMetrics: true, // should not be affected by debug.debug in order to allow benchmarking of the impact logging in console has
init: true,
debug: true,
keyboard: true,
resizer: true,
debugArDetect: true,
scaler: true,
// init: true,
// debug: true,
// keyboard: true,
// resizer: true,
// debugArDetect: true,
// scaler: true,
// debugStorage: false,
debugStorage: true,
// debugStorage: true,
// comms: false,
comms: true,
// comms: true,
// showArDetectCanvas: true,
// flushStoredSettings: true,
// flushStoredSettings: false,
playerDetect: true,
// playerDetect: true,
// periodic: true,
videoRescan: true,
// videoRescan: true,
// mousemove: true,
// arDetect: {
// edgeDetect: true

View File

@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "Ultrawidify",
"description": "Removes black bars on ultrawide videos and offers advanced options to fix aspect ratio.",
"version": "4.0.2b0",
"version": "4.1.0",
"applications": {
"gecko": {
"id": "{cf02b1a7-a01a-4e37-a609-516a283f1ed3}"