{
    "name": "GPOS Apps - Point of Sale System",
    "short_name": "GPOS",
    "id": "/?app=gpos",
    "scope": "/",
    "start_url": "/",
    "display": "standalone",
    "display_override": [
        "window-controls-overlay",
        "standalone",
        "minimal-ui",
        "browser"
    ],
    "background_color": "#0078D4",
    "theme_color": "#0078D4",
    "description": "Advanced Point of Sale system for retail stores with AI-powered analytics and comprehensive inventory management.",
    "orientation": "any",
    "prefer_related_applications": false,
    "iarc_rating_id": "",
    "launch_handler": {
        "client_mode": "focus-existing"
    },
    "handle_links": "preferred",
    "protocol_handlers": [
        {
            "protocol": "web+gpos",
            "url": "/handle/%s"
        }
    ],
    "lang": "id-ID",
    "dir": "ltr",
    "categories": [
        "business",
        "productivity",
        "retail"
    ],
    "screenshots": [
        {
            "src": "assets/ss1.png",
            "sizes": "1080x1920",
            "type": "image/png",
            "form_factor": "narrow"
        },
        {
            "src": "assets/ss2.png",
            "sizes": "1080x1920",
            "type": "image/png",
            "form_factor": "narrow"
        }
    ],
    "shortcuts": [
        {
            "name": "Dashboard",
            "short_name": "Home",
            "description": "Open main dashboard",
            "url": "/?page=dashboard",
            "icons": [
                {
                    "src": "icons/Icon-192.png",
                    "sizes": "192x192"
                }
            ]
        },
        {
            "name": "Sales",
            "short_name": "Penjualan",
            "description": "Open sales page",
            "url": "/?page=sales",
            "icons": [
                {
                    "src": "icons/Icon-192.png",
                    "sizes": "192x192"
                }
            ]
        }
    ],
    "edge_side_panel": {
        "preferred_width": 400
    },
    "file_handlers": [
        {
            "action": "/upload",
            "accept": {
                "image/*": [
                    ".png",
                    ".jpg",
                    ".jpeg",
                    ".gif",
                    ".webp"
                ]
            }
        }
    ],
    "share_target": {
        "action": "/share",
        "method": "POST",
        "enctype": "multipart/form-data",
        "params": {
            "title": "title",
            "text": "text",
            "url": "url",
            "files": [
                {
                    "name": "files",
                    "accept": [
                        "image/*",
                        ".pdf"
                    ]
                }
            ]
        }
    },
    "icons": [
        {
            "src": "icons/Icon-192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "icons/Icon-512.png",
            "sizes": "512x512",
            "type": "image/png"
        },
        {
            "src": "icons/Icon-maskable-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "icons/Icon-maskable-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ]
}