rNeomy / auto-tab-discard

Use native tab discarding method to automatically reduce memory usage of inactive tabs
https://webextension.org/listing/tab-discard.html
Mozilla Public License 2.0
920 stars 79 forks source link

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

Open mrd83 opened 1 year ago

mrd83 commented 1 year ago

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