Skip to content

Commit cc7779f

Browse files
Updates
0 parents  commit cc7779f

10 files changed

+81
-0
lines changed

asset-manifest.json

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"files": {
3+
"main.css": "/twitch-app/static/css/main.d378ed85.css",
4+
"main.js": "/twitch-app/static/js/main.f0a18cae.js",
5+
"index.html": "/twitch-app/index.html",
6+
"main.d378ed85.css.map": "/twitch-app/static/css/main.d378ed85.css.map",
7+
"main.f0a18cae.js.map": "/twitch-app/static/js/main.f0a18cae.js.map"
8+
},
9+
"entrypoints": [
10+
"static/css/main.d378ed85.css",
11+
"static/js/main.f0a18cae.js"
12+
]
13+
}

favicon.ico

4.68 KB
Binary file not shown.

favicon.png

4.68 KB
Loading

index.html

+1
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="Twitch App"/><title>Twitch-App</title><script defer="defer" src="/twitch-app/static/js/main.f0a18cae.js"></script><link href="/twitch-app/static/css/main.d378ed85.css" rel="stylesheet"></head><body><div id="root"></div></body></html>

manifest.json

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"name": "Twitch-App",
3+
"manifest_version": 3,
4+
"version": "1.0.0",
5+
"description": "An abstract `twitch.tv` clone built with React, TypeScript, Tailwind CSS and the public twitch api.",
6+
"author": "Michael Münzenhofer",
7+
"icons": {
8+
"128": "favicon.png"
9+
},
10+
"action": {
11+
"default_popup": "index.html",
12+
"default_title": "Twitch-App",
13+
"default_icon": {
14+
"128": "favicon.png"
15+
}
16+
}
17+
}

static/css/main.d378ed85.css

+6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/css/main.d378ed85.css.map

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/js/main.f0a18cae.js

+3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
+39
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
/**
2+
* @license React
3+
* react-dom.production.min.js
4+
*
5+
* Copyright (c) Facebook, Inc. and its affiliates.
6+
*
7+
* This source code is licensed under the MIT license found in the
8+
* LICENSE file in the root directory of this source tree.
9+
*/
10+
11+
/**
12+
* @license React
13+
* react-jsx-runtime.production.min.js
14+
*
15+
* Copyright (c) Facebook, Inc. and its affiliates.
16+
*
17+
* This source code is licensed under the MIT license found in the
18+
* LICENSE file in the root directory of this source tree.
19+
*/
20+
21+
/**
22+
* @license React
23+
* react.production.min.js
24+
*
25+
* Copyright (c) Facebook, Inc. and its affiliates.
26+
*
27+
* This source code is licensed under the MIT license found in the
28+
* LICENSE file in the root directory of this source tree.
29+
*/
30+
31+
/**
32+
* @license React
33+
* scheduler.production.min.js
34+
*
35+
* Copyright (c) Facebook, Inc. and its affiliates.
36+
*
37+
* This source code is licensed under the MIT license found in the
38+
* LICENSE file in the root directory of this source tree.
39+
*/

static/js/main.f0a18cae.js.map

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)