ソースを参照

Add retina popup icon

tags/v1.1
Matt Baer 9年前
コミット
b85a692852
2個のファイルの変更4行の追加1行の削除
  1. バイナリ
      icon76.png
  2. +4
    -1
      manifest.json

バイナリ
icon76.png ファイルの表示

変更前 変更後
幅: 76  |  高さ: 76  |  サイズ: 995 B

+ 4
- 1
manifest.json ファイルの表示

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


読み込み中…
キャンセル
保存