rNeomy / auto-tab-discard

Use native tab discarding method to automatically reduce memory usage of inactive tabs

Home Page:https://webextension.org/listing/tab-discard.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

mrd83 opened this issue · comments

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