2017-11-18 14:39:09 +01:00
|
|
|
{
|
2022-07-19 04:00:45 +02:00
|
|
|
"short_name": "Calckey",
|
|
|
|
"name": "Calckey",
|
2022-08-28 06:43:57 +02:00
|
|
|
"description": "An open source, decentralized social media platform that's free forever!",
|
2017-11-18 14:39:09 +01:00
|
|
|
"start_url": "/",
|
2021-10-21 13:12:24 +02:00
|
|
|
"display": "standalone",
|
2022-08-28 06:44:17 +02:00
|
|
|
"background_color": "#1f1d2e",
|
2022-07-25 03:36:55 +02:00
|
|
|
"theme_color": "#31748f",
|
2022-08-28 06:42:38 +02:00
|
|
|
"orientation": "portrait-primary",
|
2018-06-16 12:45:49 +02:00
|
|
|
"icons": [
|
|
|
|
{
|
2021-03-06 05:23:59 +01:00
|
|
|
"src": "/static-assets/icons/192.png",
|
2018-06-18 09:44:42 +02:00
|
|
|
"sizes": "192x192",
|
2018-06-16 12:45:49 +02:00
|
|
|
"type": "image/png"
|
|
|
|
},
|
2018-11-27 20:38:50 +01:00
|
|
|
{
|
2021-03-06 05:23:59 +01:00
|
|
|
"src": "/static-assets/icons/512.png",
|
2018-11-27 20:38:50 +01:00
|
|
|
"sizes": "512x512",
|
|
|
|
"type": "image/png"
|
2018-06-16 12:45:49 +02:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"share_target": {
|
2019-03-12 04:55:43 +01:00
|
|
|
"action": "/share/",
|
|
|
|
"params": {
|
|
|
|
"title": "title",
|
|
|
|
"text": "text",
|
|
|
|
"url": "url"
|
|
|
|
}
|
2022-08-28 06:42:38 +02:00
|
|
|
},
|
|
|
|
"screenshots" : [
|
|
|
|
{
|
|
|
|
"src": "/static-assets/screenshots/1.webp",
|
|
|
|
"sizes": "1195x579",
|
|
|
|
"type": "image/webp",
|
|
|
|
"platform": "narrow",
|
|
|
|
"label": "Profile page"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"src": "/static-assets/screenshots/2.webp",
|
2022-08-28 06:44:30 +02:00
|
|
|
"sizes": "1195x579",
|
2022-08-28 06:42:38 +02:00
|
|
|
"type": "image/webp",
|
|
|
|
"platform": "narrow",
|
|
|
|
"label": "Posts"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"shortcuts" : [
|
|
|
|
{
|
|
|
|
"name": "Notifications",
|
|
|
|
"short_name": "Notifs",
|
|
|
|
"url": "/my/notifications"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Chats",
|
|
|
|
"url": "/my/messaging"
|
|
|
|
}
|
|
|
|
]
|
2017-11-18 14:39:09 +01:00
|
|
|
}
|