Explorar el Código

Add retina popup icon

tags/v1.1
Matt Baer hace 9 años
padre
commit
b85a692852
Se han modificado 2 ficheros con 4 adiciones y 1 borrados
  1. BIN
      icon76.png
  2. +4
    -1
      manifest.json

BIN
icon76.png Ver fichero

Antes Después
Anchura: 76  |  Altura: 76  |  Tamaño: 995 B

+ 4
- 1
manifest.json Ver fichero

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


Cargando…
Cancelar
Guardar