mirror of
https://github.com/GoogleChrome/chrome-extensions-samples.git
synced 2026-03-27 13:29:34 +07:00
enhanced default_icon (#902)
This commit is contained in:
@@ -10,7 +10,9 @@
|
||||
"action": {
|
||||
"default_icon": {
|
||||
"16": "newtab_search16.png",
|
||||
"32": "newtab_search32.png"
|
||||
"32": "newtab_search32.png",
|
||||
"48": "newtab_search48.png",
|
||||
"128": "newtab_search128.png"
|
||||
}
|
||||
},
|
||||
"icons": {
|
||||
|
||||
Reference in New Issue
Block a user