chrome-types 0.1.422 → 0.1.424
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.
- package/_all.d.ts +5 -5
- package/index.d.ts +5 -5
- package/package.json +2 -2
package/_all.d.ts
CHANGED
|
@@ -14,8 +14,8 @@
|
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
*/
|
|
16
16
|
|
|
17
|
-
// Generated on Wed Mar
|
|
18
|
-
// Built at
|
|
17
|
+
// Generated on Wed Mar 18 2026 22:27:24 GMT+0000 (Coordinated Universal Time)
|
|
18
|
+
// Built at ff3c4f3bda9c513d3dbb93c3807ddf2dfa767b85
|
|
19
19
|
|
|
20
20
|
// Includes all types, including MV2 + Platform Apps APIs.
|
|
21
21
|
|
|
@@ -31127,7 +31127,7 @@ declare namespace chrome {
|
|
|
31127
31127
|
*
|
|
31128
31128
|
* @since Chrome 44
|
|
31129
31129
|
*/
|
|
31130
|
-
export type WindowType = "normal" | "popup" | "panel" | "app" | "devtools";
|
|
31130
|
+
export type WindowType = "normal" | "popup" | "panel" | "app" | "devtools" | "custom-tab";
|
|
31131
31131
|
|
|
31132
31132
|
/**
|
|
31133
31133
|
* The maximum number of times that {@link captureVisibleTab} can be called per second. {@link captureVisibleTab} is expensive and should not be called too often.
|
|
@@ -35595,7 +35595,6 @@ declare namespace chrome {
|
|
|
35595
35595
|
* @since Chrome 115
|
|
35596
35596
|
* @chrome-permission webAuthenticationProxy
|
|
35597
35597
|
* @chrome-min-manifest MV3
|
|
35598
|
-
* @chrome-platform desktop_android
|
|
35599
35598
|
* @chrome-platform linux
|
|
35600
35599
|
* @chrome-platform mac
|
|
35601
35600
|
* @chrome-platform win
|
|
@@ -39516,9 +39515,10 @@ declare namespace chrome {
|
|
|
39516
39515
|
* @chrome-enum "panel" _Deprecated in this API._ A Chrome App panel-style window. Extensions can only see their own panel windows.
|
|
39517
39516
|
* @chrome-enum "app" _Deprecated in this API._ A Chrome App window. Extensions can only see their app own windows.
|
|
39518
39517
|
* @chrome-enum "devtools" A Developer Tools window.
|
|
39518
|
+
* @chrome-enum "custom-tab" An Android custom tab browser window.
|
|
39519
39519
|
* @since Chrome 44
|
|
39520
39520
|
*/
|
|
39521
|
-
export type WindowType = "normal" | "popup" | "panel" | "app" | "devtools";
|
|
39521
|
+
export type WindowType = "normal" | "popup" | "panel" | "app" | "devtools" | "custom-tab";
|
|
39522
39522
|
|
|
39523
39523
|
/**
|
|
39524
39524
|
* The state of this browser window. In some circumstances a window may not be assigned a `state` property; for example, when querying closed windows from the {@link sessions} API.
|
package/index.d.ts
CHANGED
|
@@ -14,8 +14,8 @@
|
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
*/
|
|
16
16
|
|
|
17
|
-
// Generated on Wed Mar
|
|
18
|
-
// Built at
|
|
17
|
+
// Generated on Wed Mar 18 2026 22:27:19 GMT+0000 (Coordinated Universal Time)
|
|
18
|
+
// Built at ff3c4f3bda9c513d3dbb93c3807ddf2dfa767b85
|
|
19
19
|
|
|
20
20
|
// Includes MV3+ APIs only.
|
|
21
21
|
|
|
@@ -22422,7 +22422,7 @@ declare namespace chrome {
|
|
|
22422
22422
|
*
|
|
22423
22423
|
* @since Chrome 44
|
|
22424
22424
|
*/
|
|
22425
|
-
export type WindowType = "normal" | "popup" | "panel" | "app" | "devtools";
|
|
22425
|
+
export type WindowType = "normal" | "popup" | "panel" | "app" | "devtools" | "custom-tab";
|
|
22426
22426
|
|
|
22427
22427
|
/**
|
|
22428
22428
|
* The maximum number of times that {@link captureVisibleTab} can be called per second. {@link captureVisibleTab} is expensive and should not be called too often.
|
|
@@ -25517,7 +25517,6 @@ declare namespace chrome {
|
|
|
25517
25517
|
* @since Chrome 115
|
|
25518
25518
|
* @chrome-permission webAuthenticationProxy
|
|
25519
25519
|
* @chrome-min-manifest MV3
|
|
25520
|
-
* @chrome-platform desktop_android
|
|
25521
25520
|
* @chrome-platform linux
|
|
25522
25521
|
* @chrome-platform mac
|
|
25523
25522
|
* @chrome-platform win
|
|
@@ -27969,9 +27968,10 @@ declare namespace chrome {
|
|
|
27969
27968
|
* @chrome-enum "panel" _Deprecated in this API._ A Chrome App panel-style window. Extensions can only see their own panel windows.
|
|
27970
27969
|
* @chrome-enum "app" _Deprecated in this API._ A Chrome App window. Extensions can only see their app own windows.
|
|
27971
27970
|
* @chrome-enum "devtools" A Developer Tools window.
|
|
27971
|
+
* @chrome-enum "custom-tab" An Android custom tab browser window.
|
|
27972
27972
|
* @since Chrome 44
|
|
27973
27973
|
*/
|
|
27974
|
-
export type WindowType = "normal" | "popup" | "panel" | "app" | "devtools";
|
|
27974
|
+
export type WindowType = "normal" | "popup" | "panel" | "app" | "devtools" | "custom-tab";
|
|
27975
27975
|
|
|
27976
27976
|
/**
|
|
27977
27977
|
* The state of this browser window. In some circumstances a window may not be assigned a `state` property; for example, when querying closed windows from the {@link sessions} API.
|
package/package.json
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"type": "module",
|
|
6
6
|
"name": "chrome-types",
|
|
7
7
|
"config": {
|
|
8
|
-
"build-hash": "
|
|
8
|
+
"build-hash": "5b07afe60e8b28c0"
|
|
9
9
|
},
|
|
10
10
|
"repository": {
|
|
11
11
|
"type": "git",
|
|
@@ -16,5 +16,5 @@
|
|
|
16
16
|
"url": "https://github.com/GoogleChrome/chrome-types/issues"
|
|
17
17
|
},
|
|
18
18
|
"homepage": "https://github.com/GoogleChrome/chrome-types",
|
|
19
|
-
"version": "0.1.
|
|
19
|
+
"version": "0.1.424"
|
|
20
20
|
}
|