add manifest
This commit is contained in:
parent
2eea409447
commit
cfabc9114c
17
assets/public/custom/web/manifest.json
Normal file
17
assets/public/custom/web/manifest.json
Normal file
@ -0,0 +1,17 @@
|
||||
{
|
||||
"name": "RSCord",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/assets/flacara.webp",
|
||||
"sizes": "512x512"
|
||||
}
|
||||
],
|
||||
"start_url": "/app",
|
||||
"display": "standalone",
|
||||
"scope": "/",
|
||||
"theme_color": "#05050a",
|
||||
"categories":["social"],
|
||||
"description": "ok",
|
||||
"background_color": "#05050a",
|
||||
"offline_enabled": true
|
||||
}
|
||||
@ -14,7 +14,6 @@
|
||||
|
||||
<link rel="stylesheet" href="/assets/0.2b34836c33685cfed2cb.css">
|
||||
<link rel="icon" href="/assets/07dca80a102d4149e9736d4b162cff6f.ico">
|
||||
<link rel="manifest" href="/assets/manifest.json">
|
||||
<title>Discord</title>
|
||||
|
||||
<link rel="preload" as="script" href="/assets/custom/utils.js">
|
||||
@ -28,6 +27,8 @@
|
||||
<link rel="preload" as="script" href="/assets/0ffb9e3c90aa88720fc7.js">
|
||||
<link rel="preload" as="script" href="/assets/cbc98c97c3635bf34da3.js">
|
||||
|
||||
<link rel="manifest" href="/assets/custom/web/manifest.json">
|
||||
|
||||
<script>
|
||||
(function() {
|
||||
window.GLOBAL_ENV = {};
|
||||
|
||||
Reference in New Issue
Block a user