Add manifest.json
This commit is contained in:
parent
9cbc15d4a6
commit
6f7d2ed39a
1
dev.html
1
dev.html
@ -8,6 +8,7 @@
|
||||
<meta name="description" content="Converse.js: A free chat client for your website" />
|
||||
<meta name="author" content="JC Brand" />
|
||||
<meta name="keywords" content="xmpp chat webchat converse.js" />
|
||||
<link rel="manifest" href="./manifest.json">
|
||||
<link rel="shortcut icon" type="image/ico" href="images/favicon.ico"/>
|
||||
<link type="text/css" rel="stylesheet" media="screen" href="dist/converse.css" />
|
||||
<script src="3rdparty/libsignal-protocol.js"></script>
|
||||
|
@ -7,6 +7,7 @@
|
||||
<link rel="shortcut icon" type="image/ico" href="https://cdn.conversejs.org/5.0.5/dist/favicon.ico"/>
|
||||
<script type="text/javascript" src="inverse-analytics.js"></script>
|
||||
<noscript><p><img src="//stats.opkode.com/piwik.php?idsite=5" style="border:0;" alt="" /></p></noscript>
|
||||
<link rel="manifest" href="./manifest.json">
|
||||
<link type="text/css" rel="stylesheet" media="screen" href="https://cdn.conversejs.org/5.0.5/dist/converse.min.css" />
|
||||
<script src="https://cdn.conversejs.org/3rdparty/libsignal-protocol.min.js"></script>
|
||||
<script src="https://cdn.conversejs.org/5.0.5/dist/converse.min.js"></script>
|
||||
|
@ -17,6 +17,7 @@
|
||||
<script type="text/javascript" src="analytics.js"></script>
|
||||
<!-- *********************************************************************** -->
|
||||
|
||||
<link rel="manifest" href="./manifest.json">
|
||||
<link type="text/css" rel="stylesheet" media="screen" href="https://cdn.conversejs.org/5.0.5/dist/converse.min.css" />
|
||||
<script src="https://cdn.conversejs.org/3rdparty/libsignal-protocol.min.js"></script>
|
||||
<script src="https://cdn.conversejs.org/5.0.5/dist/converse.min.js"></script>
|
||||
|
BIN
logo/conversejs-filled.png
Normal file
BIN
logo/conversejs-filled.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 37 KiB |
20
manifest.json
Normal file
20
manifest.json
Normal file
@ -0,0 +1,20 @@
|
||||
{
|
||||
"short_name": "Converse",
|
||||
"name": "Converse Chat",
|
||||
"categories": ["social"],
|
||||
"icons": [
|
||||
{
|
||||
"src": "logo/conversejs-filled.png",
|
||||
"sizes": "72x72 96x96 128x128 192x192 256x256 512x512"
|
||||
},
|
||||
{
|
||||
"src": "logo/conversejs-filled.svg",
|
||||
"sizes": "72x72 96x96 128x128 192x192 256x256 512x512"
|
||||
}
|
||||
],
|
||||
"start_url": "/fullscreen.html",
|
||||
"background_color": "#397491",
|
||||
"display": "standalone",
|
||||
"scope": "/",
|
||||
"theme_color": "#397491"
|
||||
}
|
@ -6,6 +6,7 @@
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta name="description" content="Converse.js: A free chat client for your website" />
|
||||
<link rel="manifest" href="./manifest.json">
|
||||
<link rel="shortcut icon" type="image/ico" href="favicon.ico"/>
|
||||
</head>
|
||||
<body class="reset"></body>
|
||||
|
Loading…
Reference in New Issue
Block a user