Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
converse.js
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
converse.js
Commits
6f7d2ed3
Commit
6f7d2ed3
authored
Jan 09, 2020
by
JC Brand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add manifest.json
parent
9cbc15d4
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
24 additions
and
0 deletions
+24
-0
dev.html
dev.html
+1
-0
fullscreen.html
fullscreen.html
+1
-0
index.html
index.html
+1
-0
logo/conversejs-filled.png
logo/conversejs-filled.png
+0
-0
manifest.json
manifest.json
+20
-0
webpack.html
webpack.html
+1
-0
No files found.
dev.html
View file @
6f7d2ed3
...
...
@@ -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>
...
...
fullscreen.html
View file @
6f7d2ed3
...
...
@@ -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>
...
...
index.html
View file @
6f7d2ed3
...
...
@@ -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>
...
...
logo/conversejs-filled.png
0 → 100644
View file @
6f7d2ed3
37.1 KB
manifest.json
0 → 100644
View file @
6f7d2ed3
{
"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"
}
webpack.html
View file @
6f7d2ed3
...
...
@@ -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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment