Files
react-quiz-app/public/manifest.json
T
2023-06-03 00:22:29 +02:00

10 lines
175 B
JSON

{
"short_name": "Quiz App",
"name": "React Quiz App",
"icons": [],
"start_url": ".",
"display": "standalone",
"theme_color": "#335c67",
"background_color": "#335c67"
}