{
    "name": "Esa Struk - Auto-Extract & Print Bluetooth",
    "short_name": "Esa Struk",
    "description": "Sistem OCR Struk Otomatis - Scan, Extract & Cetak via Bluetooth untuk Agen & Kasir. Proses struk lebih cepat, akurat, dan profesional.",
    "start_url": "/",
    "scope": "/",
    "id": "/",
    "display": "standalone",
    "display_override": ["standalone"],
    "orientation": "portrait",
    "background_color": "#f8fafc",
    "theme_color": "#10b981",
    "lang": "id",
    "dir": "ltr",
    "categories": ["business", "finance", "productivity"],
    "iarc_rating_id": "e84b072d-71b3-4d3e-86ae-31a8ce4e53b7",
    "icons": [
        {
            "src": "/icons/icon-72x72.png",
            "sizes": "72x72",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/icon-96x96.png",
            "sizes": "96x96",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/icon-128x128.png",
            "sizes": "128x128",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/icon-144x144.png",
            "sizes": "144x144",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/icon-152x152.png",
            "sizes": "152x152",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/icon-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/icon-256x256.png",
            "sizes": "256x256",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/icon-384x384.png",
            "sizes": "384x384",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/icon-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/icon-1024x1024.png",
            "sizes": "1024x1024",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/icon-maskable-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "/icons/icon-maskable-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "screenshots": [
        {
            "src": "/icons/screenshot-portrait.png",
            "sizes": "390x844",
            "type": "image/png",
            "form_factor": "narrow",
            "label": "Esa Struk - Cetak Struk Otomatis di HP"
        },
        {
            "src": "/icons/screenshot-landscape.png",
            "sizes": "1280x720",
            "type": "image/png",
            "form_factor": "wide",
            "label": "Esa Struk - Dashboard Operator"
        }
    ],
    "shortcuts": [
        {
            "name": "Scan Struk",
            "short_name": "Scan",
            "description": "Langsung scan struk baru",
            "url": "/",
            "icons": [{ "src": "/icons/icon-96x96.png", "sizes": "96x96", "type": "image/png" }]
        }
    ],
    "share_target": {
        "action": "/share-target",
        "method": "POST",
        "enctype": "multipart/form-data",
        "params": {
            "files": [
                {
                    "name": "shared_image",
                    "accept": ["image/jpeg", "image/png", "image/webp", "image/*"]
                }
            ]
        }
    },
    "launch_handler": {
        "client_mode": ["navigate-existing", "auto"]
    },

    "scope_extensions": [
        {
            "origin": "https://esastruk.id"
        }
    ],
    "file_handlers": [
        {
            "action": "/",
            "accept": {
                "image/png": [".png"],
                "image/jpeg": [".jpg", ".jpeg"],
                "image/webp": [".webp"]
            }
        }
    ],
    "protocol_handlers": [
        {
            "protocol": "web+esastruk",
            "url": "/?ref=%s"
        }
    ],
    "edge_side_panel": {
        "preferred_width": 480
    },
    "widgets": [
        {
            "name": "Status Toko Esa Struk",
            "tag": "store-status",
            "ms_ac_template": "/widget/store-status.json",
            "data": "/api/widget/store-status",
            "type": "application/json",
            "description": "Lihat status langganan dan saldo toko",
            "screenshots": [
                {
                    "src": "/icons/screenshot-portrait.png",
                    "sizes": "390x844",
                    "label": "Status Toko Esa Struk - Widget Preview"
                }
            ],
            "icons": [
                {
                    "src": "/icons/icon-96x96.png",
                    "sizes": "96x96",
                    "type": "image/png"
                }
            ]
        }
    ],
    "note_taking": {
        "new_note_url": "/"
    },
    "prefer_related_applications": true,
    "related_applications": [
        {
            "platform": "play",
            "url": "https://play.google.com/store/apps/details?id=id.esastruk.app",
            "id": "id.esastruk.app"
        }
    ]
}