PM_Console/frontend/public/manifest.webmanifest

27 خطوط
642 B
JSON

{
"name": "سامانه مدیریت پروژه",
"short_name": "مدیریت پروژه",
"description": "اپلیکیشن موبایل مدیریت روزانه پروژه‌ها",
"dir": "rtl",
"lang": "fa",
"display": "standalone",
"start_url": "/pwa",
"scope": "/",
"theme_color": "#061a3a",
"background_color": "#061a3a",
"icons": [
{
"src": "/brand/app-icon-192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "/brand/app-icon-512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any maskable"
}
]
}