mirror of
https://github.com/fccapria/scientify.git
synced 2026-01-12 02:36:10 +00:00
22 lines
567 B
JSON
22 lines
567 B
JSON
{
|
|
"short_name": "Scientify",
|
|
"name": "Scientify - Scientific Publications Management",
|
|
"description": "Modern platform for managing and sharing scientific publications",
|
|
"icons": [
|
|
{
|
|
"src": "favicon.svg",
|
|
"type": "image/svg+xml",
|
|
"sizes": "any"
|
|
},
|
|
{
|
|
"src": "favicon.ico",
|
|
"sizes": "64x64 32x32 24x24 16x16",
|
|
"type": "image/x-icon"
|
|
}
|
|
],
|
|
"start_url": ".",
|
|
"display": "standalone",
|
|
"theme_color": "#667eea",
|
|
"background_color": "#f8fafc",
|
|
"categories": ["education", "productivity", "utilities"]
|
|
}
|