Skip to content

Commit

Permalink
Fix PWA manifest (MetaMask#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
rekmarks authored Aug 31, 2020
1 parent b8d45b3 commit dc3eb0a
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions docs/.vuepress/public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,14 @@
{
"name": "VuePress",
"short_name": "VuePress",
"name": "MetaMask Documentation",
"short_name": "MetaMask Docs",
"icons": [
{
"src": "/icons/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/icons/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
"src": "/metamask-fox.svg",
"sizes": "72x72 96x96 128x128 256x256 512x512"
}
],
"start_url": "/index.html",
"display": "standalone",
"background_color": "#fff",
"theme_color": "#3eaf7c"
"theme_color": "#f6851b"
}

0 comments on commit dc3eb0a

Please sign in to comment.