feat: keyboard accessibility in navbar

This commit is contained in:
Kyle Gill
2019-03-29 11:35:05 -06:00
parent f3ac895199
commit 7eaa6b6046
5 changed files with 44 additions and 17 deletions

View File

@@ -1,15 +1,15 @@
{
"short_name": "React App",
"name": "Create React App Sample",
"name": "Sol Journal",
"short_name": "Sol Journal",
"start_url": "/",
"display": "standalone",
"theme_color": "#2E3136",
"background_color": "#FAFBFC",
"icons": [
{
"src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
]
}