X-Git-Url: https://git.ktnx.net/?p=icedeb.git;a=blobdiff_plain;f=manifest.json;h=cdf68dcc9707a117314fa3a8dee632db805642e1;hp=025f97005027cdc9fc824157d90de51d164d7340;hb=e1200d6fed0e925808f97727267d996051db9527;hpb=770b99eb23ca37c131fd5497cb5d1ce22bfb1b8d diff --git a/manifest.json b/manifest.json index 025f970..cdf68dc 100644 --- a/manifest.json +++ b/manifest.json @@ -12,16 +12,14 @@ "description": "Query Debian-related pages using the text in the clipboard", "homepage_url": "http://icedeb.ktnx.net/", "icons": { - "48": "icons/icedeb-addon.png" + "48": "icons/icedeb-addon.svg" }, "permissions": [ "activeTab", "storage", "clipboardRead" ], "browser_action": { "browser_style": true, - "default_icon": { - "48": "icons/openlogo-nd.svg" - }, + "default_icon": "icons/openlogo-nd.svg", "default_title": "Query Debian pages", "default_popup": "icedeb.html" }