feat(extensions): add more properties to extension object (#22244)

This commit is contained in:
Samuel Maddock 2020-02-23 22:30:32 -05:00 committed by GitHub
parent 41931aa5fa
commit 68c6d53156
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 23 additions and 0 deletions

View file

@ -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.