How App Extensions Work
Each App Extension runs through a specific named function. Your project must export that function. Expresso looks for the exported function with the expected name for each extension, extracts it, and runs it when that extension is needed. For example, if an extension expects a function namedrunProductExtension, your project must export runProductExtension: