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

Add Gecko Addon ID to make storage example compatible with Firefox #16

Merged
merged 3 commits into from
Sep 12, 2022
Merged

Add Gecko Addon ID to make storage example compatible with Firefox #16

merged 3 commits into from
Sep 12, 2022

Conversation

vantezzen
Copy link
Contributor

This PR adds an explicit addon ID to the with-storage example to make it compatible with Firefox.

This PR is connected to PlasmoHQ/storage#12 - the exact reason for this change is added to the updated README there.

Adding this to the manifest will add a warning Unrecognized manifest key 'browser_specific_settings'. on Chrome as they don't seem to want to just ignore it. The warning has no further result though as the extension will work fine, and it also passes the Chrome WebStore review with this.

@louisgv
Copy link
Contributor

louisgv commented Aug 23, 2022

Let's use env for this instead!

@louisgv
Copy link
Contributor

louisgv commented Aug 23, 2022

Also, let's make sure the framework itself cleanup these browser specific stuff for chrome target.

@louisgv louisgv merged commit e86dea9 into PlasmoHQ:main Sep 12, 2022
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.

2 participants