iceshrimp-legacy/packages/backend/src/server/web/manifest.json
2022-08-27 21:44:30 -07:00

58 lines
1.1 KiB
JSON

{
"short_name": "Calckey",
"name": "Calckey",
"description": "An open source, decentralized social media platform that's free forever!",
"start_url": "/",
"display": "standalone",
"background_color": "#1f1d2e",
"theme_color": "#31748f",
"orientation": "portrait-primary",
"icons": [
{
"src": "/static-assets/icons/192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/static-assets/icons/512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"share_target": {
"action": "/share/",
"params": {
"title": "title",
"text": "text",
"url": "url"
}
},
"screenshots" : [
{
"src": "/static-assets/screenshots/1.webp",
"sizes": "1195x579",
"type": "image/webp",
"platform": "narrow",
"label": "Profile page"
},
{
"src": "/static-assets/screenshots/2.webp",
"sizes": "1195x579",
"type": "image/webp",
"platform": "narrow",
"label": "Posts"
}
],
"shortcuts" : [
{
"name": "Notifications",
"short_name": "Notifs",
"url": "/my/notifications"
},
{
"name": "Chats",
"url": "/my/messaging"
}
]
}