Skip to content

Commit

Permalink
Description #2
Browse files Browse the repository at this point in the history
  • Loading branch information
r2b89 committed Nov 17, 2023
1 parent 1051420 commit 1463e72
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions docs/flutter_service_worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ const MANIFEST = 'flutter-app-manifest';
const TEMP = 'flutter-temp-cache';
const CACHE_NAME = 'flutter-app-cache';

const RESOURCES = {"index.html": "f5a60c40dfaeb5f2812dea834e7c94b0",
"/": "f5a60c40dfaeb5f2812dea834e7c94b0",
const RESOURCES = {"index.html": "d4d1d0a1cdd53f8b70caf8f65521ebcf",
"/": "d4d1d0a1cdd53f8b70caf8f65521ebcf",
"version.json": "dbc8055b74f55006bb78bdfad40cc673",
"icons/Icon-maskable-192.png": "c457ef57daa1d16f64b27b786ec2ea3c",
"icons/Icon-maskable-512.png": "301a7604d45b3e739efc881eb04896ea",
"icons/Icon-512.png": "96e752610906ba2a93c65f8abe1645f1",
"icons/Icon-192.png": "ac9a721a12bbc803b44f645561ecb1e1",
"manifest.json": "98a89c5833a50d24ed79ec7b23a3a53d",
"manifest.json": "741ec7cde25d0ee4189ae1ac22a42b64",
"favicon.png": "5dcef449791fa27946b3d35ad8803796",
"assets/packages/cupertino_icons/assets/CupertinoIcons.ttf": "89ed8f4e49bcdfc0b5bfc9b24591e347",
"assets/packages/font_awesome_flutter/lib/fonts/fa-solid-900.ttf": "b72c617acdf2227c8b1413215f620711",
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

<script>
// The value below is injected by flutter build, do not touch.
const serviceWorkerVersion = "1703752159";
const serviceWorkerVersion = "2222991397";
</script>
<!-- This script adds the flutter initialization JS code -->
<script src="flutter.js" defer></script>
Expand Down
2 changes: 1 addition & 1 deletion docs/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"display": "standalone",
"background_color": "#0175C2",
"theme_color": "#0175C2",
"description": "GotalkInterpreter site.",
"description": "GotalkInterpreter - simplistic Smalltalk code interpreter written in Golang.",
"orientation": "portrait-primary",
"prefer_related_applications": false,
"icons": [
Expand Down

0 comments on commit 1463e72

Please sign in to comment.