Skip to content

fix: remove managed_schema from manifest to eliminate Firefox warning#434

Open
AntonDobrovinskiy wants to merge 1 commit intorNeomy:masterfrom
AntonDobrovinskiy:clean-manifest-fix
Open

fix: remove managed_schema from manifest to eliminate Firefox warning#434
AntonDobrovinskiy wants to merge 1 commit intorNeomy:masterfrom
AntonDobrovinskiy:clean-manifest-fix

Conversation

@AntonDobrovinskiy
Copy link

Firefox reports: 'Warning processing storage: An unexpected property was found in the WebExtension manifest' because managed_schema is not fully supported by Firefox.

The managed_schema property is only used by Chrome to provide documentation for IT administrators about available managed storage options. The extension code does not depend on this property — it uses chrome.storage.managed API directly, which works without the schema.

Removing managed_schema eliminates the warning while keeping full functionality for both local and managed storage configurations.

Firefox reports: 'Warning processing storage: An unexpected property was found
in the WebExtension manifest' because managed_schema is not fully supported
by Firefox.

The managed_schema property is only used by Chrome to provide documentation
for IT administrators about available managed storage options. The extension
code does not depend on this property — it uses chrome.storage.managed API
directly, which works without the schema.

Removing managed_schema eliminates the warning while keeping full functionality
for both local and managed storage configurations.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant