Skip to content

Commit ea841b6

Browse files
committed
Updates
0 parents  commit ea841b6

18 files changed

+171
-0
lines changed

.gitignore

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
2+
3+
# dependencies
4+
/node_modules
5+
/.pnp
6+
.pnp.js
7+
8+
# testing
9+
/coverage
10+
11+
# production
12+
/build
13+
14+
# misc
15+
.DS_Store
16+
.env.local
17+
.env.development.local
18+
.env.test.local
19+
.env.production.local
20+
21+
npm-debug.log*
22+
yarn-debug.log*
23+
yarn-error.log*

asset-manifest.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"files": {
3+
"main.js": "/porrodoro/static/js/main.ad3b2633.chunk.js",
4+
"main.js.map": "/porrodoro/static/js/main.ad3b2633.chunk.js.map",
5+
"runtime-main.js": "/porrodoro/static/js/runtime-main.977c8ec8.js",
6+
"runtime-main.js.map": "/porrodoro/static/js/runtime-main.977c8ec8.js.map",
7+
"static/js/2.b068ced6.chunk.js": "/porrodoro/static/js/2.b068ced6.chunk.js",
8+
"static/js/2.b068ced6.chunk.js.map": "/porrodoro/static/js/2.b068ced6.chunk.js.map",
9+
"index.html": "/porrodoro/index.html",
10+
"precache-manifest.b4d86646e0f65b05da62c395fb3f1b5c.js": "/porrodoro/precache-manifest.b4d86646e0f65b05da62c395fb3f1b5c.js",
11+
"service-worker.js": "/porrodoro/service-worker.js",
12+
"static/js/2.b068ced6.chunk.js.LICENSE.txt": "/porrodoro/static/js/2.b068ced6.chunk.js.LICENSE.txt"
13+
},
14+
"entrypoints": [
15+
"static/js/runtime-main.977c8ec8.js",
16+
"static/js/2.b068ced6.chunk.js",
17+
"static/js/main.ad3b2633.chunk.js"
18+
]
19+
}

assets/cough1.mp3

32.5 KB
Binary file not shown.

assets/favicon.ico

3.78 KB
Binary file not shown.

assets/logo192.png

5.22 KB
Loading

assets/logo512.png

9.44 KB
Loading

assets/manifest.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"short_name": "Porrodoro",
3+
"name": "Porrodoro Timer",
4+
"icons": [
5+
{
6+
"src": "favicon.ico",
7+
"sizes": "64x64 32x32 24x24 16x16",
8+
"type": "image/x-icon"
9+
},
10+
{
11+
"src": "logo192.png",
12+
"type": "image/png",
13+
"sizes": "192x192"
14+
},
15+
{
16+
"src": "logo512.png",
17+
"type": "image/png",
18+
"sizes": "512x512"
19+
}
20+
],
21+
"start_url": ".",
22+
"display": "standalone",
23+
"theme_color": "#000000",
24+
"background_color": "#ffffff"
25+
}

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="./favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Porrodoro Timer App"/><link rel="apple-touch-icon" href="./logo192.png"/><link rel="manifest" href="./manifest.json"/><script src="https://cdn.tailwindcss.com"></script><title>Porrodoro Timer</title></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div><script>!function(r){function e(e){for(var o,l,p=e[0],f=e[1],i=e[2],c=0,s=[];c<p.length;c++)l=p[c],Object.prototype.hasOwnProperty.call(n,l)&&n[l]&&s.push(n[l][0]),n[l]=0;for(o in f)Object.prototype.hasOwnProperty.call(f,o)&&(r[o]=f[o]);for(a&&a(e);s.length;)s.shift()();return u.push.apply(u,i||[]),t()}function t(){for(var r,e=0;e<u.length;e++){for(var t=u[e],o=!0,p=1;p<t.length;p++){var f=t[p];0!==n[f]&&(o=!1)}o&&(u.splice(e--,1),r=l(l.s=t[0]))}return r}var o={},n={1:0},u=[];function l(e){if(o[e])return o[e].exports;var t=o[e]={i:e,l:!1,exports:{}};return r[e].call(t.exports,t,t.exports,l),t.l=!0,t.exports}l.m=r,l.c=o,l.d=function(r,e,t){l.o(r,e)||Object.defineProperty(r,e,{enumerable:!0,get:t})},l.r=function(r){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(r,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(r,"__esModule",{value:!0})},l.t=function(r,e){if(1&e&&(r=l(r)),8&e)return r;if(4&e&&"object"==typeof r&&r&&r.__esModule)return r;var t=Object.create(null);if(l.r(t),Object.defineProperty(t,"default",{enumerable:!0,value:r}),2&e&&"string"!=typeof r)for(var o in r)l.d(t,o,function(e){return r[e]}.bind(null,o));return t},l.n=function(r){var e=r&&r.__esModule?function(){return r.default}:function(){return r};return l.d(e,"a",e),e},l.o=function(r,e){return Object.prototype.hasOwnProperty.call(r,e)},l.p="/porrodoro/";var p=this.webpackJsonpporrodoro=this.webpackJsonpporrodoro||[],f=p.push.bind(p);p.push=e,p=p.slice();for(var i=0;i<p.length;i++)e(p[i]);var a=f;t()}([])</script><script src="/porrodoro/static/js/2.b068ced6.chunk.js"></script><script src="/porrodoro/static/js/main.ad3b2633.chunk.js"></script></body></html>
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
self.__precacheManifest = (self.__precacheManifest || []).concat([
2+
{
3+
"revision": "990f10a83f94fbcdf32bd6b2742c2246",
4+
"url": "/porrodoro/index.html"
5+
},
6+
{
7+
"revision": "2bf453bc33c5a1f156f9",
8+
"url": "/porrodoro/static/js/2.b068ced6.chunk.js"
9+
},
10+
{
11+
"revision": "60f6bf9e100e456690e9ab6c9a37bfc2",
12+
"url": "/porrodoro/static/js/2.b068ced6.chunk.js.LICENSE.txt"
13+
},
14+
{
15+
"revision": "0e486fc5203755da2a74",
16+
"url": "/porrodoro/static/js/main.ad3b2633.chunk.js"
17+
},
18+
{
19+
"revision": "d1a06253b0c208838401",
20+
"url": "/porrodoro/static/js/runtime-main.977c8ec8.js"
21+
}
22+
]);

robots.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# https://www.robotstxt.org/robotstxt.html
2+
User-agent: *
3+
Disallow:

0 commit comments

Comments
 (0)