Brycord v1.0.35
This commit is contained in:
@@ -8,9 +8,9 @@
|
||||
<meta name="description" content="A Discord clone with voice, video, and text chat" />
|
||||
<meta name="apple-mobile-web-app-capable" content="yes" />
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
|
||||
<meta name="apple-mobile-web-app-title" content="Discord Clone" />
|
||||
<meta name="apple-mobile-web-app-title" content="Brycord" />
|
||||
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
|
||||
<title>Discord Clone</title>
|
||||
<title>Brycord</title>
|
||||
</head>
|
||||
<body>
|
||||
<script>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@discord-clone/web",
|
||||
"private": true,
|
||||
"version": "1.0.34",
|
||||
"version": "1.0.35",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
|
||||
@@ -9,8 +9,8 @@ export default defineConfig({
|
||||
VitePWA({
|
||||
registerType: 'autoUpdate',
|
||||
manifest: {
|
||||
name: 'Discord Clone',
|
||||
short_name: 'Discord Clone',
|
||||
name: 'Brycord',
|
||||
short_name: 'Brycord',
|
||||
description: 'A Discord clone with voice, video, and text chat',
|
||||
theme_color: '#1e1f22',
|
||||
background_color: '#1e1f22',
|
||||
|
||||
Reference in New Issue
Block a user