c3d8bc7ed5
* remove tokens context in favor of localstorage refactor localstorage improve adding custom token flow * drop exchange language * ensure url tokens are added to localstorage clean up routing remove unnecessary output approval checks * fix bad import * Remove unused imported checks * remove unused imports Co-authored-by: Ian Lapham <ianlapham@gmail.com>
16 lines
288 B
JSON
16 lines
288 B
JSON
{
|
|
"short_name": "Uniswap",
|
|
"name": "Uniswap",
|
|
"icons": [
|
|
{
|
|
"src": "favicon.ico",
|
|
"sizes": "64x64 32x32 24x24 16x16",
|
|
"type": "image/x-icon"
|
|
}
|
|
],
|
|
"start_url": ".",
|
|
"display": "standalone",
|
|
"theme_color": "#000000",
|
|
"background_color": "#ffffff"
|
|
}
|