iceshrimp-legacy/packages/backend/src/server/web/manifest.json

73 lines
1.4 KiB
JSON
Raw Normal View History

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",
"sizes": "192x192",
2023-01-21 21:29:46 +01:00
"type": "image/png",
"purpose": "any"
2018-06-16 12:45:49 +02:00
},
{
2021-03-06 05:23:59 +01:00
"src": "/static-assets/icons/512.png",
"sizes": "512x512",
2023-01-21 21:29:46 +01:00
"type": "image/png",
"purpose": "any"
},
{
"src": "/static-assets/icons/maskable.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "/static-assets/icons/monochrome.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "monochrome"
2018-06-16 12:45:49 +02:00
}
],
"share_target": {
"action": "/share/",
"params": {
"title": "title",
"text": "text",
"url": "url"
}
2022-08-28 06:42:38 +02:00
},
2023-05-29 18:31:02 +02:00
"screenshots": [
2022-08-28 06:42:38 +02:00
{
"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"
}
],
2023-05-29 18:31:02 +02:00
"shortcuts": [
2022-08-28 06:42:38 +02:00
{
"name": "Notifications",
"short_name": "Notifs",
"url": "/my/notifications"
},
{
"name": "Chats",
"url": "/my/messaging"
}
2023-01-21 21:29:46 +01:00
],
2023-05-29 18:31:02 +02:00
"categories": ["social"]
2017-11-18 14:39:09 +01:00
}