Hi, I am upgrading my extension's manifest.In my local machine, the extension works.When I publish for the test group and try to install it, this wild error message appears: "Manifest file is invalid".This is the manifest:{"name": "MercadoLivre - Sugestões de busca","description" : "Busque no MercadoLivre direto da barra de endereços","version": "0.12","manifest_version": 2,"icons": { "128": "logo.png" },"background": {"page": "background.html"},"content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'","omnibox": { "keyword" : "ml" },"permissions": []}How can I fix that?--
You received this message because you are subscribed to the Google Groups "Chromium-extensions" group.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msg/chromium-extensions/-/3sira-3AN4cJ.
To post to this group, send email to chromium-...@chromium.org.
To unsubscribe from this group, send email to chromium-extens...@chromium.org.
For more options, visit this group at http://groups.google.com/a/chromium.org/group/chromium-extensions/?hl=en.
Hi, I am upgrading my extension's manifest.In my local machine, the extension works.When I publish for the test group and try to install it, this wild error message appears: "Manifest file is invalid"
This is the manifest:
{"name": "MercadoLivre - Sugestões de busca","description" : "Busque no MercadoLivre direto da barra de endereços","version": "0.12","manifest_version": 2,"icons": { "128": "logo.png" },"background": {"page": "background.html"},"content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'","omnibox": { "keyword" : "ml" },"permissions": []}
www.google.com
or *.google.com
or *
; if the scheme is file
, there is no host part
--
You received this message because you are subscribed to the Google Groups "Chromium-extensions" group.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msg/chromium-extensions/-/5AvHhH0Xj2MJ.
Hi, I am upgrading my extension's manifest.In my local machine, the extension works.
When I publish for the test group and try to install it, this wild error message appears: "Manifest file is invalid".