Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
nisargaa20 committed Jun 9, 2024
1 parent 34a258d commit f7cd91e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
1 change: 1 addition & 0 deletions Crossy Road Game/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width" />
<link rel="stylesheet" href="styles.css" />
<link rel="manifest" href="manifest.json">
</head>
<body>
<div id="counter">0</div>
Expand Down
14 changes: 1 addition & 13 deletions Crossy Road Game/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,6 @@
"start_url": "/index.html",
"display": "standalone",
"background_color": "#ffffff",
"theme_color": "#000000",
"icons": [
{
"src": "images/icon-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "images/icon-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
]
"theme_color": "#000000"
}

0 comments on commit f7cd91e

Please sign in to comment.