mirror of
https://github.com/fccapria/scientify.git
synced 2026-01-12 02:36:10 +00:00
Initial release
This commit is contained in:
commit
ae5e4b8873
52 changed files with 17572 additions and 0 deletions
22
frontend/public/manifest.json
Normal file
22
frontend/public/manifest.json
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"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"]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue