Project ejected: npm run eject

This commit is contained in:
2020-11-07 01:47:02 -03:00
parent e316e3fa6e
commit 84ae287189
33 changed files with 1941 additions and 109 deletions

View File

@@ -1,6 +1,6 @@
{
"short_name": "React App",
"name": "Create React App Sample",
"short_name": "The Minesweeper Game",
"name": "Another Minesweeper game",
"icons": [
{
"src": "favicon.ico",
@@ -20,6 +20,6 @@
],
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
"theme_color": "#ffffff",
"background_color": "#ffffff"
}