PozoAppCommonUpdatedCode/public/manifest.json

16 lines
387 B
JSON

{
"name": "PozoApp - Business Management Solution",
"short_name": "PozoApp",
"description": "AI-powered POS and SaaS solutions for businesses",
"start_url": "/",
"display": "standalone",
"background_color": "#ffffff",
"theme_color": "#1677ff",
"icons": [
{
"src": "/src/Images/PozoAppFavicon.png",
"sizes": "192x192",
"type": "image/png"
}
]
}