mirror of
https://github.com/BobbyWibowo/lolisafe.git
synced 2024-12-14 16:36:21 +00:00
bcdfcd7064
* Switched ESLint + Aqua to Standard. I'm a big fan of Standard. Updated yarn.lock file too. * Lots of refactors to follow the rules of Standard. * Fixed issue with uploading as a not logged in user.
19 lines
405 B
JSON
19 lines
405 B
JSON
{
|
|
"name": "safe.fiery.me",
|
|
"icons": [
|
|
{
|
|
"src": "/images/icons/android-chrome-192x192.png?v=ZqYs7M3fG4",
|
|
"sizes": "192x192",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "/images/icons/android-chrome-384x384.png?v=ZqYs7M3fG4",
|
|
"sizes": "384x384",
|
|
"type": "image/png"
|
|
}
|
|
],
|
|
"theme_color": "#232629",
|
|
"background_color": "#232629",
|
|
"display": "standalone"
|
|
}
|