Files
electron/docs/api/structures/extension.md
trop[bot] a6ff42c190 fix: workaround for hang when preventDefault-ing nativeWindowOpen (#22750)
* fix: enable workaround for nativeWindowOpen hang

* add test

* test: ensure window doesn't leak into other test

* update to use new webcontents delegate methods

Co-authored-by: Andy Locascio <andy@slack-corp.com>
2020-03-25 10:40:12 +09:00

284 B

Extension Object

  • id String
  • manifest any - Copy of the extension's manifest data.
  • name String
  • path String - The extension's file path.
  • version String
  • url String - The extension's chrome-extension:// URL.