Browse Source

Add retina popup icon

tags/v1.1
Matt Baer 9 years ago
parent
commit
b85a692852
2 changed files with 4 additions and 1 deletions
  1. BIN
      icon76.png
  2. +4
    -1
      manifest.json

BIN
icon76.png View File

Before After
Width: 76  |  Height: 76  |  Size: 995 B

+ 4
- 1
manifest.json View File

@@ -10,7 +10,10 @@
"128": "icon128.png"
},
"browser_action": {
"default_icon": "icon.png",
"default_icon": {
"19": "icon.png",
"38": "icon76.png"
},
"default_popup": "popup.html",
"default_title": "Publish this"
},


Loading…
Cancel
Save