mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-16 19:48:10 +01:00
a6140ed9ec
This reverts commit f0bf956837
.
"Adds a back button to the UI"
First, minimal-ui takes up valueable screen space. We should value
the users screen space, and I believe users often install PWA's
_specifically_ to recover screen space taken by browser chrome[1]. I
know I do.
Second, devdocs already shows navigation arrows on mobile. A better
solution to a lack of back button (on desktop? where?) would be to
show those same navigation arrows there, rather than use minimal-ui.
Third, there's no rationale that I could find for this commit. No
explanation or issue linked. That's almost reason enough to revert.
Please write good commits: https://chris.beams.io/posts/git-commit/
[1] https://developer.mozilla.org/en-US/docs/Glossary/chrome
45 lines
948 B
JSON
45 lines
948 B
JSON
{
|
|
"name": "DevDocs",
|
|
"short_name": "DevDocs",
|
|
"description": "API Documentation Browser",
|
|
"start_url": "/",
|
|
"display": "standalone",
|
|
"background_color": "#EEEEEE",
|
|
"icons": [
|
|
{
|
|
"src": "/images/webapp-icon-32.png",
|
|
"sizes": "32x32",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "/images/webapp-icon-60.png",
|
|
"sizes": "60x60",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "/images/webapp-icon-80.png",
|
|
"sizes": "80x80",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "/images/webapp-icon-128.png",
|
|
"sizes": "128x128",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "/images/webapp-icon-192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "/images/webapp-icon-256.png",
|
|
"sizes": "256x256",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "/images/webapp-icon-512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png"
|
|
}
|
|
]
|
|
}
|