-
Notifications
You must be signed in to change notification settings - Fork 5
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
Update manifest.json #10
Conversation
Hey there, 2 questions:
|
|
|
Here is the last edit and it works fine with edge and chrome and ff and also chrome will not support manifest v2 for 2024
Here is the last edit and it works fine with edge and chrome and ff |
added homepage_url
So, if I understand you correctly, manifest version was reverted back to v2 in order for the extension to work properly on firefox and, at the same time, chrome and edge will stop supporting it by the end of the year. Is that correct? |
The codes don't work on ff with manifest v3 because they are adopting v3: https://blog.mozilla.org/addons/2022/05/18/manifest-v3-in-firefox-recap-next-steps/ The codes easily work on chrome and edge with putting manifest version on 3 but for ff we need some codes. The problem is that ff doesn't give permissions automatically anymore to the extensions. So i will test to see if i can request permission on install. |
I researched and it looks like ff's manifest v3 will get completed in September 2023. |
Better twitch url permission fo the future ff codes
@alirezaabdi01 what do you say we simply go for a manifest v3 straight away? It needs to be done sooner or later anyway, so why not right now. |
The thing is it's akward to tell people to go there, and go there, and active this, do this, do that .... |
@alirezaabdi01 Okay, I hear you. Let's do it your way then. We just got to remember about that issue in 5 months :) |
:)