Skip to content

Commit

Permalink
Glowby
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-i committed May 19, 2024
1 parent 18aa40c commit 209d4d4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion flutter_bootstrap.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions flutter_service_worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ const MANIFEST = 'flutter-app-manifest';
const TEMP = 'flutter-temp-cache';
const CACHE_NAME = 'flutter-app-cache';

const RESOURCES = {"flutter_bootstrap.js": "97eb550c623edc8c0b304e037f1ea805",
const RESOURCES = {"flutter_bootstrap.js": "1dad2b46325bcd99fea57b1429907326",
"version.json": "7f37f1a09e52b6aa487fa162f7e7a3c1",
"index.html": "9404a10663b412b434976501db76a58c",
"/": "9404a10663b412b434976501db76a58c",
"index.html": "3792e360bb00e2b1b7db1abd7cbd0e58",
"/": "3792e360bb00e2b1b7db1abd7cbd0e58",
"images/icons/icon-192x192.png": "3c607db94be2bb6b4c1547f1f19b9b5d",
"images/icons/icon-384x384.png": "c45c078868d9b78102e2bb701f8b65c7",
"images/icons/icon-72x72.png": "68987d96cf79176e2a5d5475c1003aed",
Expand Down
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@
<head>
<meta charset="UTF-8">
<meta content="IE=Edge" http-equiv="X-UA-Compatible">
<meta name="description" content="Chat">
<meta name="description" content="Glowby">

<!-- iOS meta tags & icons -->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="apple-mobile-web-app-title" content="Chat">
<meta name="apple-mobile-web-app-title" content="Glowby">
<link rel="apple-touch-icon" href="icons/Icon-192.png">

<!-- Favicon -->
<link rel="shortcut icon" type="image/png" href="favicon.png"/>

<title>Chat</title>
<title>Glowby</title>
<link rel="manifest" href="manifest.json">
</head>
<body>
Expand All @@ -25,7 +25,7 @@
<script>
if ('serviceWorker' in navigator) {
window.addEventListener('load', function () {
navigator.serviceWorker.register('flutter_service_worker.js?v=1160731096');
navigator.serviceWorker.register('flutter_service_worker.js?v=2079215133');
});
}
</script>
Expand Down

0 comments on commit 209d4d4

Please sign in to comment.