Skip to content

Commit

Permalink
pwa
Browse files Browse the repository at this point in the history
  • Loading branch information
kaheetonaa committed Oct 18, 2024
1 parent 5cc66b1 commit 67977d8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Binary file added icon/euth-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<link rel='stylesheet' href='dist/iD.css'>
<link rel='icon' type='image/png' href='data:image/png;base64,iVBORw0KGgo='>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Comfortaa">
<meta name='viewport'
content='width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no' />
<meta name="viewport"
content="width=device-width; initial-scale=1; viewport-fit=cover">
<meta name='apple-mobile-web-app-capable' content='yes' />
<meta name='apple-mobile-web-app-status-bar-style' content='black-translucent' />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
Expand Down
4 changes: 2 additions & 2 deletions manifest.webmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
"display": "fullscreen",
"icons": [
{
"src": "icon/icon.png",
"src": "icon/euth-icon.png",
"sizes": "192x192",
"type": "image/png"
}
],
"name": "Sandbox4All",
"short_name": "Sandbox4All",
"start_url": "index.html"
"start_url": "index.html?fullscreen=true"
}

0 comments on commit 67977d8

Please sign in to comment.