@shumai-one/shumai 0.0.2 → 0.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -0,0 +1,60 @@
1
+ {
2
+ "name": "Shumai",
3
+ "description": "Shumai Application",
4
+ "short_name": "Shumai",
5
+ "icons": [
6
+ {
7
+ "src": "./favicon-72x72.png",
8
+ "type": "image/png",
9
+ "sizes": "72x72",
10
+ "purpose": "any maskable"
11
+ },
12
+ {
13
+ "src": "./favicon-96x96.png",
14
+ "type": "image/png",
15
+ "sizes": "96x96",
16
+ "purpose": "any maskable"
17
+ },
18
+ {
19
+ "src": "./favicon-128x128.png",
20
+ "type": "image/png",
21
+ "sizes": "128x128",
22
+ "purpose": "any maskable"
23
+ },
24
+ {
25
+ "src": "./favicon-144x144.png",
26
+ "type": "image/png",
27
+ "sizes": "144x144",
28
+ "purpose": "any maskable"
29
+ },
30
+ {
31
+ "src": "./favicon-152x152.png",
32
+ "type": "image/png",
33
+ "sizes": "152x152",
34
+ "purpose": "any maskable"
35
+ },
36
+ {
37
+ "src": "./favicon-192x192.png",
38
+ "type": "image/png",
39
+ "sizes": "192x192",
40
+ "purpose": "any maskable"
41
+ },
42
+ {
43
+ "src": "./favicon-384x384.png",
44
+ "type": "image/png",
45
+ "sizes": "384x384",
46
+ "purpose": "any maskable"
47
+ },
48
+ {
49
+ "src": "./favicon-512x512.png",
50
+ "type": "image/png",
51
+ "sizes": "512x512",
52
+ "purpose": "any maskable"
53
+ }
54
+ ],
55
+ "scope": "/",
56
+ "start_url": "/?source=pwa",
57
+ "display": "standalone",
58
+ "theme_color": "#ffffff",
59
+ "background_color": "#ffffff"
60
+ }
@@ -0,0 +1,33 @@
1
+ <!doctype html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8" />
5
+
6
+ <link rel="apple-touch-icon" sizes="57x57" href="/favicon-57x57-mn6s3v7e.png" />
7
+ <link rel="apple-touch-icon" sizes="60x60" href="/favicon-60x60-c5sfsxzw.png" />
8
+ <link rel="apple-touch-icon" sizes="72x72" href="/favicon-72x72-w16wshnn.png" />
9
+ <link rel="apple-touch-icon" sizes="76x76" href="/favicon-76x76-kzf3htmh.png" />
10
+ <link rel="apple-touch-icon" sizes="114x114" href="/favicon-114x114-nfz030rt.png" />
11
+ <link rel="apple-touch-icon" sizes="120x120" href="/favicon-120x120-wkpcsbxg.png" />
12
+ <link rel="apple-touch-icon" sizes="144x144" href="/favicon-144x144-05nsfzbf.png" />
13
+ <link rel="apple-touch-icon" sizes="152x152" href="/favicon-152x152-8nka92nd.png" />
14
+ <link rel="apple-touch-icon" sizes="180x180" href="/favicon-180x180-aypbsxyq.png" />
15
+ <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16-b0xc5vjm.png" />
16
+ <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32-pszr0qfr.png" />
17
+ <link rel="icon" type="image/png" sizes="96x96" href="/favicon-96x96-ja5djp2p.png" />
18
+ <link rel="icon" type="image/png" sizes="192x192" href="/favicon-192x192-x1mftae9.png" />
19
+ <link rel="shortcut icon" type="image/x-icon" href="./public/favicon.ico" />
20
+ <link rel="icon" type="image/x-icon" href="/favicon-sk28f4p7.ico" />
21
+ <meta name="msapplication-TileColor" content="#ffffff" />
22
+ <meta name="msapplication-TileImage" content="./public/favicon-144x144.png" />
23
+ <meta name="msapplication-config" content="./public/browserconfig.xml" />
24
+ <link rel="manifest" href="/manifest-f4wahvsd.json" />
25
+ <meta name="theme-color" content="#ffffff" />
26
+ <meta name="viewport" content="width=device-width, initial-scale=1.0" />
27
+ <title>Shumai</title>
28
+ <link rel="stylesheet" crossorigin href="/chunk-xsa9x2my.css"><script type="module" crossorigin src="/chunk-xvte3e0w.js"></script></head>
29
+ <body>
30
+ <div id="root"></div>
31
+
32
+ </body>
33
+ </html>