Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move externally_connectable from base to Chrome manifest #9824

Merged
merged 1 commit into from
Nov 9, 2020

Conversation

Gudahtt
Copy link
Member

@Gudahtt Gudahtt commented Nov 7, 2020

The externally_connectable property of the extension manifest is not recognized by Firefox. It has been moved from the base manifest to the Chrome manifest, so that we no longer get a warning about this property on Firefox.

We would like to eventually remove it from the Chrome manifest as well, but we'll wait until we can batch it with other permission changes so that it doesn't unnecessarily re-prompt the user (see #9804)

The `externally_connectable` property of the extension manifest is not
recognized by Firefox. It has been moved from the base manifest to the
Chrome manifest, so that we no longer get a warning about this property
on Firefox.

We would like to eventually remove it from the Chrome manifest as well,
but we'll wait until we can batch it with other permission changes so
that it doesn't unnecessarily re-prompt the user (see #9804)
@metamaskbot
Copy link
Collaborator

Builds ready [f0fda1f]
Page Load Metrics (376 ± 42 ms)
PlatformPageMetricMin (ms)Max (ms)Average (ms)StandardDeviation (ms)MarginOfError (ms)
ChromeHomefirstPaint308641157
domContentLoaded2526153748842
load2536193768842
domInteractive2526153748842

@Gudahtt Gudahtt merged commit 248f171 into develop Nov 9, 2020
@Gudahtt Gudahtt deleted the move-externally-connectable-to-chrome-manifest branch November 9, 2020 13:51
@github-actions github-actions bot locked and limited conversation to collaborators Nov 9, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Firefox 82.0.2 blank window: An unexpected property was found in the WebExtension manifest
3 participants