feat: Update manifest with description and shortcut (#80)

* update manifest with description and shortcut

* display changed to full screen cause 'Opens the web application without any browser UI and takes up the entirety of the available display area'

* update contributor

* feat: add screenshots

Co-authored-by: Jeremy Kahn <jeremyckahn@gmail.com>
This commit is contained in:
MD Taseen Khan 2022-12-18 02:07:43 +06:00 committed by GitHub
parent fcedb1ba55
commit d5aa4d7f0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 75 additions and 2 deletions

View File

@ -163,6 +163,16 @@ This could happen for a variety of reasons. The most likely of which is that one
Per [#36](https://github.com/jeremyckahn/chitchatter/issues/36), check your `about:config` settings and ensure that `media.peerconnection.enabled` is **enabled**.
### Contributors
<p align="center">
<a href="https://github.com/jeremyckahn/chitchatter/graphs/contributors">
<img src="https://contrib.rocks/image?repo=jeremyckahn/chitchatter" />
</a>
</p>
## ⚠️ Disclaimer
By using Chitchatter, you agree to accept **full responsibility** for your actions related to its use. Additionally, you agree **not** to hold any contributors to the Chitchatter project responsible for any result of your use of it. The developers of Chitchatter do not endorse illegal activity and provide the software strictly for the purposes of lawful use.

View File

@ -1,6 +1,7 @@
{
"short_name": "Chitchatter",
"name": "Chitchatter",
"description": "This is a communication tool that is free, open source, and designed for simplicity and security. All communication between you and your online peers is encrypted. There is no trace of your conversation once you leave.",
"icons": [
{
"src": "favicon.ico",
@ -19,7 +20,69 @@
}
],
"start_url": "./",
"display": "standalone",
"display": "fullscreen",
"theme_color": "#000000",
"background_color": "#222222"
"background_color": "#222222",
"screenshots": [
{
"src": "screenshots/home-desktop.png",
"sizes": "2160x1620",
"type": "image/png"
},
{
"src": "screenshots/public-room-desktop.png",
"sizes": "2160x1620",
"type": "image/png"
},
{
"src": "screenshots/public-room-desktop-with-video.png",
"sizes": "2160x1620",
"type": "image/png"
},
{
"src": "screenshots/home-mobile-dark.png",
"sizes": "750x1334",
"type": "image/png",
"form_factor": "narrow"
},
{
"src": "screenshots/home-mobile-light.png",
"sizes": "750x1334",
"type": "image/png",
"form_factor": "narrow"
},
{
"src": "screenshots/public-room-mobile.png",
"sizes": "750x1334",
"type": "image/png",
"form_factor": "narrow"
}
],
"shortcuts": [
{
"name": "About",
"url": "./about",
"icons": [
{
"src": "logo512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any"
}
]
},
{
"name": "Disclaimer",
"url": "./disclaimer",
"icons": [
{
"src": "logo512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any"
}
]
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 191 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 128 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 125 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 160 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 87 KiB