There is seems to be no such problem as mentioned in the error. There are no duplications of neither one.
Just to confirm the problem, automatic manifest validator: https://manifest-validator.appspot.com/
proves that my manifest has no such duplications and should be working properly.
This is the manifest.json
{
"applications": {"gecko": {"id": "ad...@example.com","strict_min_version": "42.0"}},"background": {"scripts": ["jquery.js", "my-background.js"],"page": "my-background.html"},"browser_action": {"default_icon": "userInterface/browser_action_button/airplay_icon.svg","default_title": "LightDictionary","default_popup": "userInterface/browser_action_button/popup.html"},"commands": {"_execute_browser_action": {"suggested_key": {"default": "Ctrl+Shift+Y"}}},"content_security_policy": "script-src 'self' https://example.com; object-src 'self'","content_scripts": [{"exclude_matches": ["*://developer.mozilla.org/*"],"matches": ["*://*.mozilla.org/*"],"js": ["borderify.js"]}],"default_locale": "en","description": "none","icons": {"48": "userInterface/browser_action_button/airplay_icon.svg","96": "userInterface/browser_action_button/airplay_icon.svg"},"manifest_version": 2,"name": "LightDictionary","page_action": {"default_icon": {"19": "userInterface/browser_action_button/airplay_icon.svg","38": "userInterface/browser_action_button/airplay_icon.svg"},"default_title": "LightDictionary","default_popup": "userInterface/browser_action_button/popup.html"},"permissions": ["webNavigation"],"version": "0.1","web_accessible_resources": ["images/my-image.png"]}
--
--
Chromium Developers mailing list: chromi...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
---
You received this message because you are subscribed to the Google Groups "Chromium-dev" group.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/4ba55617-602c-48a5-86ea-f51d0d91774d%40chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/c403c0ac-33f7-49ad-adc7-352a9e23eba7%40chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/CAB%2Bqc9CUR_ac7XX4%2BJz6V6jHpBhxJTifx%3DaOE6W8sGjw65FXWA%40mail.gmail.com.To unsubscribe from this group and stop receiving emails from it, send an email to chromium-dev+unsubscribe@chromium.org.
Extensions developed with WebExtension APIs are designed for cross-browser compatibility: to a large extent, the technology is directly code-compatible with the extension API supported by Google Chrome and Opera. Extensions written for these browsers will, in most cases, run in Firefox with just a few changes.
☆PhistucK
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-dev...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/5cb700be-ab78-4cc2-9465-5417e2f472f0%40chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/f0a2df2a-a548-423b-bc6e-420b7d8b6e33%40chromium.org.