diff --git a/icons/favicon.svg b/icons/favicon.svg new file mode 100644 index 0000000..c312918 --- /dev/null +++ b/icons/favicon.svg @@ -0,0 +1,23 @@ + + /usr/space + Logo /usr/space + + + + + + + + + + + diff --git a/manifest.json b/manifest.json index fa9c32c..ff1e2eb 100644 --- a/manifest.json +++ b/manifest.json @@ -4,8 +4,8 @@ "version": "0.6", "description": "An Add-on for the Hacker-/Maker-Space /usr/space.", "icons": { - "48": "icons/logo.svg", - "96": "icons/logo.svg" + "48": "icons/favicon.svg", + "96": "icons/favicon.svg" }, "background": { "page": "background/index.html" @@ -14,10 +14,10 @@ "browser_style": true, //"chrome_style": true, "default_title": "/usr/space", - //"default_icon": "icons/logo.svg", + //"default_icon": "icons/favicon.svg", "default_icon": { - "16": "icons/logo.svg", - "32": "icons/logo.svg" + "16": "icons/favicon.svg", + "32": "icons/favicon.svg" }, "default_area": "navbar", "default_popup": "popup/index.html"