{
    "name": "Checkpoint POS",
    "short_name": "Checkpoint",
    "description": "Aplikasi POS Kasir untuk restoran dan cafe.",
    "start_url": "/",
    "display": "standalone",
    "orientation": "any",
    "background_color": "#F8FAFC",
    "theme_color": "#0F172A",
    "scope": "/",
    "lang": "id-ID",
    "dir": "ltr",
    "scope_extensions": [
        {
            "origin": "*.cekpoint.store"
        },
        {
            "origin": "https://cekpoint.store"
        }
    ],
    "id": "/",
    "categories": ["business", "finance", "productivity"],
    "display_override": ["tabbed", "window-controls-overlay", "standalone"],
    "prefer_related_applications": false,
    "related_applications": [
        {
            "platform": "play",
            "url": "https://play.google.com/store/apps/details?id=store.cekpoint.app",
            "id": "store.cekpoint.app"
        }
    ],
    "launch_handler": {
        "client_mode": "navigate-existing"
    },
    "protocol_handlers": [
        {
            "protocol": "web+cekpoint",
            "url": "/?action=%s"
        }
    ],
    "file_handlers": [
        {
            "action": "/",
            "accept": {
                "text/csv": [".csv"]
            }
        }
    ],
    "shortcuts": [
        {
            "name": "Dashboard",
            "url": "/",
            "description": "Buka Dashboard"
        }
    ],
    "note_taking": {
        "new_note_url": "/?action=new_note"
    },
    "widgets": [
        {
            "name": "Checkpoint POS Widget",
            "description": "Widget untuk aplikasi POS",
            "tag": "pos_widget",
            "ms_ac_template": "/widget.json",
            "data": "/widget-data.json"
        }
    ],
    "edge_side_panel": {
        "preferred_width": 400
    },
    "share_target": {
        "action": "/?action=share",
        "method": "POST",
        "enctype": "multipart/form-data",
        "params": {
            "title": "title",
            "text": "text",
            "url": "url"
        }
    },
    "iarc_rating_id": "e84b072d-71b3-4d3e-86ae-31a8ce4e53b7",
    "icons": [
        {
            "src": "assets/images/logo-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "assets/images/logo.jpeg",
            "sizes": "1254x1254",
            "type": "image/jpeg",
            "purpose": "any maskable"
        }
    ],
    "screenshots": [
        {
            "src": "assets/images/logo.jpeg",
            "sizes": "1254x1254",
            "type": "image/jpeg",
            "form_factor": "wide"
        },
        {
            "src": "assets/images/logo.jpeg",
            "sizes": "1254x1254",
            "type": "image/jpeg",
            "form_factor": "narrow"
        }
    ]
}
