N
N
Nikolay Erofeev2016-03-04 15:38:36
Google Chrome
Nikolay Erofeev, 2016-03-04 15:38:36

Why is the image not being added to the chrome extension when searching?

b5bf72280669488d927326d4204423f6.jpg
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 question

Ask a Question

731 491 924 answers to any question