diff --git a/chill-out/button/LICENSE b/chill-out/button/LICENSE deleted file mode 100644 index 50b37ce..0000000 --- a/chill-out/button/LICENSE +++ /dev/null @@ -1 +0,0 @@ -The icon "chillout.png" is taken from the IconBeast Lite iconset, and used under the terms of its license (http://www.iconbeast.com/faq/), with a link back to the website: http://www.iconbeast.com/free/. diff --git a/chill-out/icons/LICENSE b/chill-out/icons/LICENSE new file mode 100644 index 0000000..2294057 --- /dev/null +++ b/chill-out/icons/LICENSE @@ -0,0 +1,3 @@ +The icon "chillout-32.png" is taken from the IconBeast Lite iconset, and used under the terms of its license (http://www.iconbeast.com/faq/), with a link back to the website: http://www.iconbeast.com/free/. + +The icon "chillout-48.png" is taken from Aha-Soft’s Free Retina iconset, and used under the terms of its license (http://www.aha-soft.com/free-icons/free-retina-icon-set/), with a link back to the website: http://www.aha-soft.com/. diff --git a/chill-out/button/chillout.png b/chill-out/icons/chillout-32.png similarity index 100% rename from chill-out/button/chillout.png rename to chill-out/icons/chillout-32.png diff --git a/chill-out/icons/chillout-48.png b/chill-out/icons/chillout-48.png new file mode 100644 index 0000000..dc456e5 Binary files /dev/null and b/chill-out/icons/chillout-48.png differ diff --git a/chill-out/manifest.json b/chill-out/manifest.json index 5acdae1..ff9cd30 100644 --- a/chill-out/manifest.json +++ b/chill-out/manifest.json @@ -1,4 +1,12 @@ { + "manifest_version": 2, + "name": "Chill out", + "version": "1.0", + "description": "Show a page action after a period of inactivity. Show cat gifs when the page action is clicked.", + "homepage_url": "https://github.com/mdn/webextensions-examples/tree/master/chill-out", + "icons": { + "48": "icons/chillout-48.png" + }, "manifest_version": 2, "name": "chillout-page-action", @@ -16,7 +24,7 @@ ], "page_action": { - "default_icon": "button/chillout.png", + "default_icon": "icons/chillout-32.png", "default_title": "Chill out" },