// DIE's signature file

init("archive","Asar Archive (Electron)");

function detect(bShowType,bShowVersion,bShowOptions)
{
    if(Binary.getSize()>=28)
    {
        if(Binary.compare("04..............................'{\"files\":{'"))
        {
            bDetected=1;
        }
    }

    return result(bShowType,bShowVersion,bShowOptions);
}