From e524691fc531b5740d787634dd6f3fe546c16bf9 Mon Sep 17 00:00:00 2001 From: Will Bamberg Date: Wed, 13 Dec 2017 10:04:56 -0600 Subject: [PATCH] Add icons for history-deleter --- history-deleter/icons/LICENSE | 1 + history-deleter/icons/history.svg | 1 + history-deleter/manifest.json | 7 ++++++- 3 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 history-deleter/icons/LICENSE create mode 100644 history-deleter/icons/history.svg 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",