Skip to content

Commit

Permalink
deploy: 633c0e3
Browse files Browse the repository at this point in the history
  • Loading branch information
miakh committed Aug 9, 2024
1 parent aa257cf commit 641bef7
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 6 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.

8 changes: 4 additions & 4 deletions flutter_service_worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,16 +58,16 @@ const RESOURCES = {"apple-app-site-association": "5d0cb8d98f5b14c8f8dc17faeadcfb
"assets/AssetManifest.json": "49ca0a656725c4f34199825df6a21ff0",
"assets/NOTICES": "45c185efb4224388b501b276c5a8ab3b",
"browserconfig.xml": "a493ba0aa0b8ec8068d786d7248bb92c",
"index.html": "279e9f59d746490b715a62fa0cbbce07",
"/": "279e9f59d746490b715a62fa0cbbce07",
"index.html": "06c143a503dc9d2e794337522241f33b",
"/": "06c143a503dc9d2e794337522241f33b",
"main.dart.js": "aebe572ce7fcc6ef7b912fa93eec2988",
"android-chrome-192x192.png": "431a129b17ffe4e91aa35a3eaad21eb8",
"version.json": "d264dbde9b226cc67d8a9409d429def6",
"favicon-32x32.png": "11d0dfb28bd3a57779a71773b8baff0e",
"push/OneSignalSDKWorker.js": "31291a4c291b8d736cb6173c9112ab0f",
"flutter_bootstrap.js": "c4ae3286922986a53ecdb3a012b4f7ce",
"flutter_bootstrap.js": "81f5106db4974b8be2397f98ee777699",
".well-known/assetlinks.json": "dd19f93a45d846318572c0a65b7164e3",
"site.webmanifest": "0668499644267a5ecf094681de9327d8",
"site.webmanifest": "72072b105702ef8d207bf4372edad546",
"android-chrome-512x512.png": "43661cc1c4cd6d25de716924dc00601a",
"mstile-150x150.png": "a31808c097aa4e0809b887446490e6b1",
"apple-touch-icon.png": "e4044af6b13bd450cfc5dc7268fc640e",
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@

_flutter.loader.load({
serviceWorkerSettings: {
serviceWorkerVersion: "4207473928",
serviceWorkerVersion: "1763121616",
}
});
});
Expand Down
6 changes: 6 additions & 0 deletions site.webmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
},
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
}
],
"theme_color": "#ffffff",
Expand Down

0 comments on commit 641bef7

Please sign in to comment.