mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 18:00:18 +01:00
90e55a445e
Static files have been added for the Flask build. This includes logos of each size and variety that we use, and it includes the 3D model JSON file. Closes #12427
27 lines
691 B
JSON
27 lines
691 B
JSON
{
|
|
"browser_action": {
|
|
"default_icon": {
|
|
"16": "images/icon-16.png",
|
|
"19": "images/icon-19.png",
|
|
"32": "images/icon-32.png",
|
|
"38": "images/icon-38.png",
|
|
"64": "images/icon-64.png",
|
|
"128": "images/icon-128.png",
|
|
"512": "images/icon-512.png"
|
|
},
|
|
"default_title": "MetaMask Flask"
|
|
},
|
|
"icons": {
|
|
"16": "images/icon-16.png",
|
|
"19": "images/icon-19.png",
|
|
"32": "images/icon-32.png",
|
|
"38": "images/icon-38.png",
|
|
"48": "images/icon-48.png",
|
|
"64": "images/icon-64.png",
|
|
"128": "images/icon-128.png",
|
|
"512": "images/icon-512.png"
|
|
},
|
|
"name": "__MSG_appName__ Flask",
|
|
"short_name": "__MSG_appName__ Flask"
|
|
}
|