chrome-types 0.1.423 → 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.
Files changed (3) hide show
  1. package/_all.d.ts +5 -4
  2. package/index.d.ts +5 -4
  3. 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 Tue Mar 10 2026 22:26:50 GMT+0000 (Coordinated Universal Time)
18
- // Built at 3a694d424609101a9e1beb1711a527929bb20537
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.
@@ -39515,9 +39515,10 @@ declare namespace chrome {
39515
39515
  * @chrome-enum "panel" _Deprecated in this API._ A Chrome App panel-style window. Extensions can only see their own panel windows.
39516
39516
  * @chrome-enum "app" _Deprecated in this API._ A Chrome App window. Extensions can only see their app own windows.
39517
39517
  * @chrome-enum "devtools" A Developer Tools window.
39518
+ * @chrome-enum "custom-tab" An Android custom tab browser window.
39518
39519
  * @since Chrome 44
39519
39520
  */
39520
- export type WindowType = "normal" | "popup" | "panel" | "app" | "devtools";
39521
+ export type WindowType = "normal" | "popup" | "panel" | "app" | "devtools" | "custom-tab";
39521
39522
 
39522
39523
  /**
39523
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 Tue Mar 10 2026 22:26:46 GMT+0000 (Coordinated Universal Time)
18
- // Built at 3a694d424609101a9e1beb1711a527929bb20537
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.
@@ -27968,9 +27968,10 @@ declare namespace chrome {
27968
27968
  * @chrome-enum "panel" _Deprecated in this API._ A Chrome App panel-style window. Extensions can only see their own panel windows.
27969
27969
  * @chrome-enum "app" _Deprecated in this API._ A Chrome App window. Extensions can only see their app own windows.
27970
27970
  * @chrome-enum "devtools" A Developer Tools window.
27971
+ * @chrome-enum "custom-tab" An Android custom tab browser window.
27971
27972
  * @since Chrome 44
27972
27973
  */
27973
- export type WindowType = "normal" | "popup" | "panel" | "app" | "devtools";
27974
+ export type WindowType = "normal" | "popup" | "panel" | "app" | "devtools" | "custom-tab";
27974
27975
 
27975
27976
  /**
27976
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": "3f068b5b34843254"
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.423"
19
+ "version": "0.1.424"
20
20
  }