Files
pos-system/apps/web-client/public/manifest.json

23 lines
612 B
JSON

{
"name": "GoodGo Platform",
"short_name": "GoodGo",
"description": "Enterprise Microservices Platform - Build, deploy, and scale with confidence",
"start_url": "/",
"display": "standalone",
"background_color": "#000000",
"theme_color": "#3B82F6",
"orientation": "portrait-primary",
"icons": [
{
"src": "/brand-assets/icons/favicon.svg",
"sizes": "any",
"type": "image/svg+xml",
"purpose": "any maskable"
}
],
"categories": [
"developer tools",
"productivity"
],
"lang": "en-US"
}