mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
feat(extensions): add more properties to extension object (#22595)
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
# Extension Object
|
||||
|
||||
* `id` String
|
||||
* `manifest` any - Copy of the [extension's manifest data](https://developer.chrome.com/extensions/manifest).
|
||||
* `name` String
|
||||
* `path` String - The extension's file path.
|
||||
* `version` String
|
||||
* `url` String - The extension's `chrome-extension://` URL.
|
||||
Reference in New Issue
Block a user