Skip to content

Commit

Permalink
Deploying to gh-pages from @ 42fb0db 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
nenadalm committed Feb 4, 2024
1 parent 91a6e6f commit 201abb5
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="b261e6d12d881a9867652bae815b1b82117e3f6e">
<meta name="app-version" content="42fb0db17d6293e67a49dce6cf15c6c9fb1a943f">
<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=ab1961bab6f73abb19db05376a9dc47db4f1efd8" type="image/svg+xml">
<link rel="apple-touch-icon" href="img/icon_192.png?v=823ae89182d23f6f4b31d3b045174b23eb13570b">
<link rel="manifest" href="manifest.json?v=91bd2a47e3a2d20684ea441ac4fcecbb65eb3a84">
<link rel="manifest" href="manifest.json?v=78efba8734664f0375f9f2986c6ebcea9da9a39f">
</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","icons":[{"src":"img/icon.svg?v=ab1961bab6f73abb19db05376a9dc47db4f1efd8","sizes":"any","type":"image/svg+xml"},{"src":"img/icon.svg?v=ab1961bab6f73abb19db05376a9dc47db4f1efd8","sizes":"any","type":"image/svg+xml","purpose":"maskable"},{"src":"img/icon_512.png?v=71bf7e70837984045d5b871b3ebc1a8c1181e613","sizes":"512x512","type":"image/png","purpose":"maskable"}],"background_color":"#121212","theme_color":"#121212","display":"fullscreen","start_url":"index.html","orientation":"landscape-primary"}
{"name":"Backgammon","description":"Backgammon game with local multiplayer (no single player).","icons":[{"src":"img/icon.svg?v=ab1961bab6f73abb19db05376a9dc47db4f1efd8","sizes":"any","type":"image/svg+xml"},{"src":"img/icon.svg?v=ab1961bab6f73abb19db05376a9dc47db4f1efd8","sizes":"any","type":"image/svg+xml","purpose":"maskable"},{"src":"img/icon_512.png?v=71bf7e70837984045d5b871b3ebc1a8c1181e613","sizes":"512x512","type":"image/png","purpose":"maskable"}],"background_color":"#121212","theme_color":"#121212","display":"fullscreen","start_url":"index.html","orientation":"landscape-primary"}
2 changes: 1 addition & 1 deletion worker.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const relatedAppVersion = "b261e6d12d881a9867652bae815b1b82117e3f6e";
const relatedAppVersion = "42fb0db17d6293e67a49dce6cf15c6c9fb1a943f";
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 201abb5

Please sign in to comment.