Answer the question
In order to leave comments, you need to log in
Why is the image not being added to the chrome extension when searching?
Inserts the logo, uploaded all the pictures, but doesn’t want to, puts the logo, here is the picture below, the picture is normal, it’s also necessary. Maybe it's in the manifest? Tell.
manifest.json
{
"name": "Saygood.ru",
"description": "Saygood.ru - Cамое интересное каждый день!",
"browser_action": {
"default_icon": {
"128": "icon.png"
},
"default_title": "Saygood.ru",
"default_popup": "saygood.html"
},
"icons": {
"128": "icon.png"
},
"permissions":["notifications"],
"manifest_version": 2,
"update_url": "http://clients2.google.com/service/update2/crx",
"content_security_policy": "script-src 'self' https://www.google.com; object-src 'self'",
"version": "0.1.5"
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question