mirror of
https://github.com/yaklang/yaklang-chrome-extension.git
synced 2026-09-26 13:11:53 +08:00
feat: advance browser agent integration workflows
This commit is contained in:
@@ -70,5 +70,6 @@ export interface CryptoAdapterOperation {
|
||||
|
||||
export interface PageCryptoAdapter {
|
||||
manifest: CryptoAdapterManifest;
|
||||
ready?(scope: CryptoAdapterScope): PromiseLike<unknown> | undefined;
|
||||
discover(scope: CryptoAdapterScope): CryptoAdapterOperation[];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user