chrome-types 0.1.424 → 0.1.425

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 -7
  2. package/index.d.ts +5 -7
  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 Wed Mar 18 2026 22:27:24 GMT+0000 (Coordinated Universal Time)
18
- // Built at ff3c4f3bda9c513d3dbb93c3807ddf2dfa767b85
17
+ // Generated on Thu Mar 19 2026 10:52:21 GMT+0000 (Coordinated Universal Time)
18
+ // Built at a414b0ac3f73ddcc94b28dca6914bd09b6757fc6
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" | "custom-tab";
31130
+ export type WindowType = "normal" | "popup" | "panel" | "app" | "devtools";
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,10 +39515,9 @@ 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.
39519
39518
  * @since Chrome 44
39520
39519
  */
39521
- export type WindowType = "normal" | "popup" | "panel" | "app" | "devtools" | "custom-tab";
39520
+ export type WindowType = "normal" | "popup" | "panel" | "app" | "devtools";
39522
39521
 
39523
39522
  /**
39524
39523
  * 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.
@@ -39527,10 +39526,9 @@ declare namespace chrome {
39527
39526
  * @chrome-enum "minimized" Minimized window state.
39528
39527
  * @chrome-enum "maximized" Maximized window state.
39529
39528
  * @chrome-enum "fullscreen" Fullscreen window state.
39530
- * @chrome-enum "locked-fullscreen" Locked fullscreen window state. This fullscreen state cannot be exited by user action and is available only to allowlisted extensions on Chrome OS.
39531
39529
  * @since Chrome 44
39532
39530
  */
39533
- export type WindowState = "normal" | "minimized" | "maximized" | "fullscreen" | "locked-fullscreen";
39531
+ export type WindowState = "normal" | "minimized" | "maximized" | "fullscreen";
39534
39532
 
39535
39533
  export interface Window {
39536
39534
 
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 2026 22:27:19 GMT+0000 (Coordinated Universal Time)
18
- // Built at ff3c4f3bda9c513d3dbb93c3807ddf2dfa767b85
17
+ // Generated on Thu Mar 19 2026 10:52:16 GMT+0000 (Coordinated Universal Time)
18
+ // Built at a414b0ac3f73ddcc94b28dca6914bd09b6757fc6
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" | "custom-tab";
22425
+ export type WindowType = "normal" | "popup" | "panel" | "app" | "devtools";
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,10 +27968,9 @@ 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.
27972
27971
  * @since Chrome 44
27973
27972
  */
27974
- export type WindowType = "normal" | "popup" | "panel" | "app" | "devtools" | "custom-tab";
27973
+ export type WindowType = "normal" | "popup" | "panel" | "app" | "devtools";
27975
27974
 
27976
27975
  /**
27977
27976
  * 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.
@@ -27980,10 +27979,9 @@ declare namespace chrome {
27980
27979
  * @chrome-enum "minimized" Minimized window state.
27981
27980
  * @chrome-enum "maximized" Maximized window state.
27982
27981
  * @chrome-enum "fullscreen" Fullscreen window state.
27983
- * @chrome-enum "locked-fullscreen" Locked fullscreen window state. This fullscreen state cannot be exited by user action and is available only to allowlisted extensions on Chrome OS.
27984
27982
  * @since Chrome 44
27985
27983
  */
27986
- export type WindowState = "normal" | "minimized" | "maximized" | "fullscreen" | "locked-fullscreen";
27984
+ export type WindowState = "normal" | "minimized" | "maximized" | "fullscreen";
27987
27985
 
27988
27986
  export interface Window {
27989
27987
 
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "type": "module",
6
6
  "name": "chrome-types",
7
7
  "config": {
8
- "build-hash": "5b07afe60e8b28c0"
8
+ "build-hash": "164847160f93e33f"
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.424"
19
+ "version": "0.1.425"
20
20
  }