Prepare for release
This commit is contained in:
parent
2eaab6d3a4
commit
746a883e07
@ -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
|
||||
|
@ -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}"
|
||||
|
Loading…
Reference in New Issue
Block a user