rNeomy/auto-tab-discard

[Bug] "Unexpected property in manifest" warning in Firefox

mrd83 opened this issue · 0 comments

mrd83 commented

Hi,
I'm reporting (IMO - weak) warning generated by:

about:debugging#/runtime/this-firefox

in latest (currently 114.0) varsion of Firefox. Additional proof:

auto tab discard

I (think) I managed to pinpoint the problem to storage.managed_schema entry in manifest.json: according to Mozilla official documentation this option is supported only by Chrome and Edge - and both of those use v3 version of this extension (at least that's what official websites said).

Because in Firefox this extension uses local storage anyway - I suggest removing

  "storage": {
    "managed_schema": "schema.json"
  },

part from the manifest, along with schema.json file.

If I'm wrong - forgive me for wasting your time.

Regards
Mike