forked from Shiloh/remnantchat
d5aa4d7f0b
* 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>
89 lines
2.0 KiB
JSON
89 lines
2.0 KiB
JSON
{
|
|
"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",
|
|
"sizes": "64x64 32x32 24x24 16x16",
|
|
"type": "image/x-icon"
|
|
},
|
|
{
|
|
"src": "logo192.png",
|
|
"type": "image/png",
|
|
"sizes": "192x192"
|
|
},
|
|
{
|
|
"src": "logo512.png",
|
|
"type": "image/png",
|
|
"sizes": "512x512"
|
|
}
|
|
],
|
|
"start_url": "./",
|
|
"display": "fullscreen",
|
|
"theme_color": "#000000",
|
|
"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"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|