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

Activation shows errors in console #14

Open
rugk opened this issue Oct 5, 2016 · 1 comment
Open

Activation shows errors in console #14

rugk opened this issue Oct 5, 2016 · 1 comment

Comments

@rugk
Copy link

rugk commented Oct 5, 2016

When I start Firefox in the console and activate this add-on some errors are shown:

1475670927789   [email protected]  WARN    Loading extension '[email protected]': Reading manifest: Error processing background.persistent: Event pages are not currently supported. This will run as a persistent background page.
1475670927791   [email protected]  WARN    Loading extension '[email protected]': Reading manifest: Error processing author: An unexpected property was found in the WebExtension manifest.
1475670927791   [email protected]  WARN    Loading extension '[email protected]': Reading manifest: Error processing minimum_chrome_version: An unexpected property was found in the WebExtension manifest.
1475670927791   [email protected]  WARN    Loading extension '[email protected]': Reading manifest: Error processing minimum_edge_version: An unexpected property was found in the WebExtension manifest.
1475670927850   [email protected]  WARN    Please specify whether you want browser_style or not in your browser_action options.

These errors are also shown on subsequent starts.

Firefox 49.0
Linux x64

@ericlaw1979
Copy link
Owner

The manifest errors are all a result of the fact that the code is the same between Firefox and Chrome.

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

No branches or pull requests

2 participants