diff --git a/history-deleter/icons/LICENSE b/history-deleter/icons/LICENSE new file mode 100644 index 0000000..922ee47 --- /dev/null +++ b/history-deleter/icons/LICENSE @@ -0,0 +1 @@ +The history.svg” icon is taken from the Font Awesome iconset (http://fontawesome.io/icons/) and is used under the terms of its license: http://fontawesome.io/license/. diff --git a/history-deleter/icons/history.svg b/history-deleter/icons/history.svg new file mode 100644 index 0000000..7f4a88f --- /dev/null +++ b/history-deleter/icons/history.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/history-deleter/manifest.json b/history-deleter/manifest.json index de0d8b9..d8bf402 100644 --- a/history-deleter/manifest.json +++ b/history-deleter/manifest.json @@ -6,7 +6,12 @@ "homepage_url": "https://github.com/mdn/webextensions-examples/tree/master/history-deleter", "page_action": { "default_title": "History deleter", - "default_popup": "history.html" + "default_popup": "history.html", + "default_icon": "icons/history.svg" + }, + "icons": { + "48": "icons/history.svg", + "96": "icons/history.svg" }, "permissions": [ "activeTab",