Skip to content

Commit

Permalink
Deploying to gh-pages from @ 1716502 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
nenadalm committed Feb 4, 2024
1 parent 4e86729 commit d1d5e8b
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="bec078a224322f57c6dfbffe60efe4483756e611">
<meta name="app-version" content="171650204afa98c720c0764785fcaa906747d899">
<meta name="description" content="Simple life counter app that works offline.">
<title>Life counter</title>
<link rel="stylesheet" href="css/styles.9e19bd93a962bf6536dd8278190bfd72978658ef.css">
<link rel="icon" href="img/icon.svg?v=8a9c5e50307b3f81c6e33965515f15e35af78aa0" type="image/svg+xml">
<link rel="apple-touch-icon" href="img/icon_192.png?v=7a1aae36e97e561e49484c2ac8d8acbf0fae7833">
<link rel="manifest" href="manifest.json?v=50aa4d1dff3fc658f6a6bd2204599eb1d6ea3d4d">
<link rel="manifest" href="manifest.json?v=e15449943f81fa43e06e3593eed6de90cb3a43a8">
</head>
<body>
<div id="app"></div>
Expand Down
2 changes: 1 addition & 1 deletion js/app.11DF19300B029C972DB42F00CCA4BF28.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":"Life counter","icons":[{"src":"img/icon.svg?v=8a9c5e50307b3f81c6e33965515f15e35af78aa0","sizes":"any","type":"image/svg+xml"},{"src":"img/icon.svg?v=8a9c5e50307b3f81c6e33965515f15e35af78aa0","sizes":"any","type":"image/svg+xml","purpose":"maskable"},{"src":"img/icon_512.png?v=7a1aae36e97e561e49484c2ac8d8acbf0fae7833","sizes":"512x512","type":"image/png","purpose":"maskable"}],"background_color":"#121212","theme_color":"#121212","display":"standalone","start_url":"index.html"}
{"name":"Life counter","description":"Life counter app for 2 players. Supports game profiles, count up/down.","icons":[{"src":"img/icon.svg?v=8a9c5e50307b3f81c6e33965515f15e35af78aa0","sizes":"any","type":"image/svg+xml"},{"src":"img/icon.svg?v=8a9c5e50307b3f81c6e33965515f15e35af78aa0","sizes":"any","type":"image/svg+xml","purpose":"maskable"},{"src":"img/icon_512.png?v=7a1aae36e97e561e49484c2ac8d8acbf0fae7833","sizes":"512x512","type":"image/png","purpose":"maskable"}],"background_color":"#121212","theme_color":"#121212","display":"standalone","start_url":"index.html"}
2 changes: 1 addition & 1 deletion worker.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const relatedAppVersion = "bec078a224322f57c6dfbffe60efe4483756e611";
const relatedAppVersion = "171650204afa98c720c0764785fcaa906747d899";
const urlsToCache = ["index.html","manifest.json","img/icon.svg","js/app.11DF19300B029C972DB42F00CCA4BF28.js","css/styles.9e19bd93a962bf6536dd8278190bfd72978658ef.css"];

const cacheKeyPrefix = 'nenadalm.life-counter.';
Expand Down

0 comments on commit d1d5e8b

Please sign in to comment.