@types/chrome 0.0.305 → 0.0.306
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- chrome/README.md +1 -1
- chrome/index.d.ts +4 -0
- chrome/package.json +2 -2
chrome/README.md
CHANGED
@@ -8,7 +8,7 @@ This package contains type definitions for chrome (http://developer.chrome.com/e
|
|
8
8
|
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/chrome.
|
9
9
|
|
10
10
|
### Additional Details
|
11
|
-
* Last updated: Fri, 21 Feb 2025
|
11
|
+
* Last updated: Fri, 21 Feb 2025 18:03:10 GMT
|
12
12
|
* Dependencies: [@types/filesystem](https://npmjs.com/package/@types/filesystem), [@types/har-format](https://npmjs.com/package/@types/har-format)
|
13
13
|
|
14
14
|
# Credits
|
chrome/index.d.ts
CHANGED
@@ -8704,6 +8704,8 @@ declare namespace chrome {
|
|
8704
8704
|
|
8705
8705
|
// Source: https://developer.chrome.com/docs/extensions/mv3/declare_permissions/
|
8706
8706
|
export type ManifestPermissions =
|
8707
|
+
| "accessibilityFeatures.modify"
|
8708
|
+
| "accessibilityFeatures.read"
|
8707
8709
|
| "activeTab"
|
8708
8710
|
| "alarms"
|
8709
8711
|
| "audio"
|
@@ -8725,6 +8727,7 @@ declare namespace chrome {
|
|
8725
8727
|
| "desktopCapture"
|
8726
8728
|
| "documentScan"
|
8727
8729
|
| "downloads"
|
8730
|
+
| "downloads.open"
|
8728
8731
|
| "downloads.shelf"
|
8729
8732
|
| "downloads.ui"
|
8730
8733
|
| "enterprise.deviceAttributes"
|
@@ -8777,6 +8780,7 @@ declare namespace chrome {
|
|
8777
8780
|
| "userScripts"
|
8778
8781
|
| "vpnProvider"
|
8779
8782
|
| "wallpaper"
|
8783
|
+
| "webAuthenticationProxy"
|
8780
8784
|
| "webNavigation"
|
8781
8785
|
| "webRequest"
|
8782
8786
|
| "webRequestBlocking"
|
chrome/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@types/chrome",
|
3
|
-
"version": "0.0.
|
3
|
+
"version": "0.0.306",
|
4
4
|
"description": "TypeScript definitions for chrome",
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/chrome",
|
6
6
|
"license": "MIT",
|
@@ -94,6 +94,6 @@
|
|
94
94
|
"@types/har-format": "*"
|
95
95
|
},
|
96
96
|
"peerDependencies": {},
|
97
|
-
"typesPublisherContentHash": "
|
97
|
+
"typesPublisherContentHash": "bb923720eea25072715f0b54926923ab06f4c7923229e632c45fda4919b4f4ab",
|
98
98
|
"typeScriptVersion": "5.0"
|
99
99
|
}
|