You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Background pages are being replaced with service workers. Not sure if we can preempt that change.
They are disallowing extensions from using remotely-hosted code. We are using google analytics, this may be affected. Also we submit url to google pagespeed and get a response back not sure if this will be affected.
An unconfirmed proposed change affects content scripts, we might have to bug the user atleast the first time we inject css or js for the dec menu or theme.
In the manifest we may need to change from "browseraction" to simply "action" should be as simple as changing that string.
The i18n language translation feature may be changing so we may need to tweak.
The text was updated successfully, but these errors were encountered:
Google posted their draft info on V3 of the extension manifest. We need to be ready to make a few changes.
https://docs.google.com/document/d/1nPu6Wy4LWR66EFLeYInl3NzzhHzc-qnk4w4PX-0XMw8/edit?usp=drivesdk
Changes i see that affect us.
Background pages are being replaced with service workers. Not sure if we can preempt that change.
They are disallowing extensions from using remotely-hosted code. We are using google analytics, this may be affected. Also we submit url to google pagespeed and get a response back not sure if this will be affected.
An unconfirmed proposed change affects content scripts, we might have to bug the user atleast the first time we inject css or js for the dec menu or theme.
In the manifest we may need to change from "browseraction" to simply "action" should be as simple as changing that string.
The i18n language translation feature may be changing so we may need to tweak.
The text was updated successfully, but these errors were encountered: