Add 48px icon in 'icons' key

This commit is contained in:
Will Bamberg
2016-01-19 16:22:27 -08:00
parent dcd9c8a81b
commit cd06755a3e
5 changed files with 12 additions and 2 deletions

View File

@@ -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/.

3
chill-out/icons/LICENSE Normal file
View File

@@ -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-Softs 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/.

View File

Before

Width:  |  Height:  |  Size: 550 B

After

Width:  |  Height:  |  Size: 550 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@@ -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"
},