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

Manifest: Error processing update_url #2054

Closed
jaller94 opened this issue Jun 8, 2018 · 2 comments
Closed

Manifest: Error processing update_url #2054

jaller94 opened this issue Jun 8, 2018 · 2 comments

Comments

@jaller94
Copy link

jaller94 commented Jun 8, 2018

Browser: Firefox Nightly 62
Extension: 2018.5.10

On the page about:debugging#addons I get the following error:
Privacy Badger — Reading manifest: Error processing update_url: An unexpected property was found in the WebExtension manifest.

Where does update_url come from? It’s not documented on MDN.

Why does it point to a Google URL? For a privacy-focused extension this seems suspicious.

"update_url": "https://clients2.google.com/service/update2/crx"

@ghostwords
Copy link
Member

This is because we use the same manifest for Chrome and Firefox. There is no actual problem, just a visual nit. Firefox could just ignore Chrome-specific fields.

@ghostwords
Copy link
Member

See 0851983 and https://crbug.com/805755 for the gory details of why we need "update_url" in the manifest.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants