Skip to content

Commit

Permalink
Deploying to gh-pages from @ 95f3a0e 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
nenadalm committed Mar 20, 2024
1 parent 0c5c2f0 commit 42dbc14
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="theme-color" content="#121212">
<meta name="app-version" content="63f4d2db718d2b2988948c7a69e65be804d467ce">
<meta name="app-version" content="95f3a0eef5e9fa643e3d7e4e785a9a6f615702b1">
<meta name="description" content="Backgammon app that works offline.">
<title>Backgammon</title>
<link rel="stylesheet" href="css/styles.20777c58f12c87737aa63a49d581a34dab629fd1.css">
<link rel="icon" href="img/icon.svg?v=4bbc542c5d59b825dabb0c0ed9a28624e20660ec" type="image/svg+xml">
<link rel="apple-touch-icon" href="img/icon_192.png?v=d714a274da0c0d04b91510ea0a536dfe13c31d41">
<link rel="manifest" href="manifest.json?v=7f18d57c74b57d0b8c71e2600aaadea8576cd292">
<link rel="manifest" href="manifest.json?v=2657f9a98a4feb47aaf3296b2144d6cbeeb76a11">
</head>
<body>
<div id="app"></div>
Expand Down
2 changes: 1 addition & 1 deletion js/app.B106AEA2E574D823E8BE60CD28A38BD0.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"name":"Backgammon","description":"Backgammon game with local multiplayer (no single player).","icons":[{"src":"img/icon.svg?v=4bbc542c5d59b825dabb0c0ed9a28624e20660ec","sizes":"any","type":"image/svg+xml"},{"src":"img/icon.svg?v=4bbc542c5d59b825dabb0c0ed9a28624e20660ec","sizes":"any","type":"image/svg+xml","purpose":"maskable"},{"src":"img/icon_512.png?v=b2f8d88d4c92d616ce7ce5e096c5c33ec46293ea","sizes":"512x512","type":"image/png","purpose":"maskable"}],"background_color":"#121212","theme_color":"#121212","display":"fullscreen","start_url":"index.html","orientation":"landscape-primary"}
{"description":"Backgammon game with local multiplayer (no single player).","theme_color":"#121212","start_url":"index.html","name":"Backgammon","background_color":"#121212","orientation":"landscape-primary","icons":[{"src":"img/icon.svg?v=4bbc542c5d59b825dabb0c0ed9a28624e20660ec","sizes":"any","type":"image/svg+xml"},{"src":"img/icon.svg?v=4bbc542c5d59b825dabb0c0ed9a28624e20660ec","sizes":"any","type":"image/svg+xml","purpose":"maskable"},{"src":"img/icon_512.png?v=b2f8d88d4c92d616ce7ce5e096c5c33ec46293ea","sizes":"512x512","type":"image/png","purpose":"maskable"}],"categories":["games"],"display":"fullscreen"}
2 changes: 1 addition & 1 deletion worker.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const relatedAppVersion = "63f4d2db718d2b2988948c7a69e65be804d467ce";
const relatedAppVersion = "95f3a0eef5e9fa643e3d7e4e785a9a6f615702b1";
const urlsToCache = ["index.html","manifest.json","img/icon.svg","js/app.B106AEA2E574D823E8BE60CD28A38BD0.js","css/styles.20777c58f12c87737aa63a49d581a34dab629fd1.css"];

const cacheKeyPrefix = 'nenadalm.backgammon.';
Expand Down

0 comments on commit 42dbc14

Please sign in to comment.