Skip to content

Commit 37f0b81

Browse files
committed
deploy: dbb4a68
0 parents  commit 37f0b81

40 files changed

+354
-0
lines changed

.nojekyll

Whitespace-only changes.

asset-manifest.json

+37
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
{
2+
"files": {
3+
"main.css": "/static/css/main.614c1da9.css",
4+
"main.js": "/static/js/main.8ec7ed54.js",
5+
"static/js/291.f52b2004.chunk.js": "/static/js/291.f52b2004.chunk.js",
6+
"static/js/333.98f5fd62.chunk.js": "/static/js/333.98f5fd62.chunk.js",
7+
"static/js/65.90a69da1.chunk.js": "/static/js/65.90a69da1.chunk.js",
8+
"static/js/787.5c7562c1.chunk.js": "/static/js/787.5c7562c1.chunk.js",
9+
"static/js/16.c390f7be.chunk.js": "/static/js/16.c390f7be.chunk.js",
10+
"static/media/inter-all-400-normal.woff": "/static/media/inter-all-400-normal.8c804432e8c67741aac0.woff",
11+
"static/media/FaktumWideSemiBold.otf": "/static/media/FaktumWideSemiBold.2e2488c3453488cb8257.otf",
12+
"static/media/FaktumWideMedium.otf": "/static/media/FaktumWideMedium.6253db97fd4a558d1e91.otf",
13+
"static/media/FaktumWideSemiBold.woff": "/static/media/FaktumWideSemiBold.6d1600e99e8fb4c1866d.woff",
14+
"static/media/FaktumWideMedium.woff": "/static/media/FaktumWideMedium.531052a6a5deb5230309.woff",
15+
"static/media/FaktumWideSemiBold.woff2": "/static/media/FaktumWideSemiBold.12a0cc36480595fc9013.woff2",
16+
"static/media/FaktumWideMedium.woff2": "/static/media/FaktumWideMedium.40d1eecba0b82a768c80.woff2",
17+
"static/media/inter-latin-ext-400-normal.woff2": "/static/media/inter-latin-ext-400-normal.3a7a76525d98d25962eb.woff2",
18+
"static/media/inter-latin-400-normal.woff2": "/static/media/inter-latin-400-normal.be7cb18dc7caf47cf7e9.woff2",
19+
"static/media/inter-cyrillic-ext-400-normal.woff2": "/static/media/inter-cyrillic-ext-400-normal.fcc125c4fef4b94c8b13.woff2",
20+
"static/media/inter-greek-400-normal.woff2": "/static/media/inter-greek-400-normal.0278a49f9007106a0bf4.woff2",
21+
"static/media/inter-cyrillic-400-normal.woff2": "/static/media/inter-cyrillic-400-normal.8684fef6e6411779f0b0.woff2",
22+
"static/media/inter-greek-ext-400-normal.woff2": "/static/media/inter-greek-ext-400-normal.3f642a92b6e57b3a4b84.woff2",
23+
"static/media/inter-vietnamese-400-normal.woff2": "/static/media/inter-vietnamese-400-normal.789afb71d327988e2fc8.woff2",
24+
"index.html": "/index.html",
25+
"main.614c1da9.css.map": "/static/css/main.614c1da9.css.map",
26+
"main.8ec7ed54.js.map": "/static/js/main.8ec7ed54.js.map",
27+
"291.f52b2004.chunk.js.map": "/static/js/291.f52b2004.chunk.js.map",
28+
"333.98f5fd62.chunk.js.map": "/static/js/333.98f5fd62.chunk.js.map",
29+
"65.90a69da1.chunk.js.map": "/static/js/65.90a69da1.chunk.js.map",
30+
"787.5c7562c1.chunk.js.map": "/static/js/787.5c7562c1.chunk.js.map",
31+
"16.c390f7be.chunk.js.map": "/static/js/16.c390f7be.chunk.js.map"
32+
},
33+
"entrypoints": [
34+
"static/css/main.614c1da9.css",
35+
"static/js/main.8ec7ed54.js"
36+
]
37+
}

favicon.ico

3.6 KB
Binary file not shown.

giphy.png

7.56 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,maximum-scale=1"/><meta name="theme-color" content="#8e67fe"/><meta name="description" content="A decentralized chat application"/><link rel="apple-touch-icon" href="/logo192.png"/><link rel="manifest" href="/manifest.json"/><title>NostrChat</title><meta name="twitter:card" content="summary"/><meta name="twitter:title" content="NostrChat"/><meta name="twitter:description" content="A decentralized chat application"/><meta name="twitter:image" content="https://www.nostrchat.io/logo512.png"/><script defer="defer" src="/static/js/main.8ec7ed54.js"></script><link href="/static/css/main.614c1da9.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>

logo-large-white.png

642 KB
Loading

logo192.png

3.57 KB
Loading

logo512.png

11.8 KB
Loading

manifest.json

+68
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
{
2+
"short_name": "NostrChat",
3+
"name": "NostrChat",
4+
"description": "A decentralized chat application",
5+
"icons": [
6+
{
7+
"src": "favicon.ico",
8+
"sizes": "64x64 32x32 24x24 16x16",
9+
"type": "image/x-icon"
10+
},
11+
{
12+
"src": "logo192.png",
13+
"type": "image/png",
14+
"sizes": "192x192"
15+
},
16+
{
17+
"src": "logo512.png",
18+
"type": "image/png",
19+
"sizes": "512x512"
20+
},
21+
{
22+
"src": "../icons/icon-48.webp",
23+
"type": "image/png",
24+
"sizes": "48x48",
25+
"purpose": "any maskable"
26+
},
27+
{
28+
"src": "../icons/icon-72.webp",
29+
"type": "image/png",
30+
"sizes": "72x72",
31+
"purpose": "any maskable"
32+
},
33+
{
34+
"src": "../icons/icon-96.webp",
35+
"type": "image/png",
36+
"sizes": "96x96",
37+
"purpose": "any maskable"
38+
},
39+
{
40+
"src": "../icons/icon-128.webp",
41+
"type": "image/png",
42+
"sizes": "128x128",
43+
"purpose": "any maskable"
44+
},
45+
{
46+
"src": "../icons/icon-192.webp",
47+
"type": "image/png",
48+
"sizes": "192x192",
49+
"purpose": "any maskable"
50+
},
51+
{
52+
"src": "../icons/icon-256.webp",
53+
"type": "image/png",
54+
"sizes": "256x256",
55+
"purpose": "any maskable"
56+
},
57+
{
58+
"src": "../icons/icon-512.webp",
59+
"type": "image/png",
60+
"sizes": "512x512",
61+
"purpose": "any maskable"
62+
}
63+
],
64+
"start_url": ".",
65+
"display": "standalone",
66+
"theme_color": "#8e67fe",
67+
"background_color": "#141414"
68+
}

robots.txt

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

static/css/main.614c1da9.css

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

static/css/main.614c1da9.css.map

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

static/js/16.c390f7be.chunk.js

+3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
/*! noble-curves - MIT License (c) 2022 Paul Miller (paulmillr.com) */
2+
3+
/*! noble-hashes - MIT License (c) 2022 Paul Miller (paulmillr.com) */
4+
5+
/*! scure-base - MIT License (c) 2022 Paul Miller (paulmillr.com) */
6+
7+
/*! scure-bip39 - MIT License (c) 2022 Patricio Palladino, Paul Miller (paulmillr.com) */
8+
9+
/**
10+
* @license
11+
* Copyright 2019 Google LLC
12+
* SPDX-License-Identifier: Apache-2.0
13+
*/

static/js/16.c390f7be.chunk.js.map

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

static/js/291.f52b2004.chunk.js

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

static/js/291.f52b2004.chunk.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)