f7cloud_client/manifest.json
root 8b6a0139db f7cloud_client
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-17 22:59:26 +00:00

171 lines
3.5 KiB
JSON

{
"id": "/",
"name": "Forbion F7 Cloud",
"short_name": "F7Cloud",
"description": "Cloud workspace",
"start_url": "/",
"scope": "/",
"display": "standalone",
"display_override": [
"window-controls-overlay",
"standalone",
"minimal-ui",
"browser"
],
"orientation": "any",
"theme_color": "#fff",
"background_color": "#e5efe8",
"lang": "ru",
"dir": "ltr",
"categories": [
"productivity",
"business",
"utilities"
],
"prefer_related_applications": false,
"icons": [
{
"src": "/themes/forbion/images/pwa/icon_192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any"
},
{
"src": "/themes/forbion/images/pwa/icon_512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
],
"shortcuts": [
{
"name": "Files",
"short_name": "Files",
"url": "/apps/files/",
"icons": [
{
"src": "/themes/forbion/images/pwa/main-96.png",
"sizes": "96x96",
"type": "image/png"
}
]
},
{
"name": "Mail",
"short_name": "Mail",
"url": "/apps/mail/",
"icons": [
{
"src": "/themes/forbion/images/pwa/main-96.png",
"sizes": "96x96",
"type": "image/png"
}
]
},
{
"name": "Dashboard",
"short_name": "Dashboard",
"url": "/apps/dashboard/",
"icons": [
{
"src": "/themes/forbion/images/pwa/main-96.png",
"sizes": "96x96",
"type": "image/png"
}
]
},
{
"name": "Assistant",
"short_name": "Assistant",
"url": "/apps/assistant/",
"icons": [
{
"src": "/themes/forbion/images/pwa/main-96.png",
"sizes": "96x96",
"type": "image/png"
}
]
},
{
"name": "Calendar",
"short_name": "Calendar",
"url": "/apps/calendar/",
"icons": [
{
"src": "/themes/forbion/images/pwa/main-96.png",
"sizes": "96x96",
"type": "image/png"
}
]
},
{
"name": "Contacts",
"short_name": "Contacts",
"url": "/apps/contacts/",
"icons": [
{
"src": "/themes/forbion/images/pwa/main-96.png",
"sizes": "96x96",
"type": "image/png"
}
]
},
{
"name": "Spreed",
"short_name": "Spreed",
"url": "/apps/spreed/",
"icons": [
{
"src": "/themes/forbion/images/pwa/main-96.png",
"sizes": "96x96",
"type": "image/png"
}
]
},
{
"name": "Deck",
"short_name": "Deck",
"url": "/apps/deck/",
"icons": [
{
"src": "/themes/forbion/images/pwa/main-96.png",
"sizes": "96x96",
"type": "image/png"
}
]
},
{
"name": "Tasks",
"short_name": "Tasks",
"url": "/apps/tasks/",
"icons": [
{
"src": "/themes/forbion/images/pwa/main-96.png",
"sizes": "96x96",
"type": "image/png"
}
]
},
{
"name": "Notes",
"short_name": "Notes",
"url": "/apps/notes/",
"icons": [
{
"src": "/themes/forbion/images/pwa/main-96.png",
"sizes": "96x96",
"type": "image/png"
}
]
}
]
}