chrome-types 0.1.355 → 0.1.356

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 +170 -4
  2. package/index.d.ts +111 -2
  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 Jun 24 2025 22:33:53 GMT+0000 (Coordinated Universal Time)
18
- // Built at 07959329033d08f8249fc3fae06673ebef90047b
17
+ // Generated on Thu Jun 26 2025 22:33:50 GMT+0000 (Coordinated Universal Time)
18
+ // Built at 2460bafb67b67c895e7eb21e63fcdfaac1bcfbf5
19
19
 
20
20
  // Includes all types, including MV2 + Platform Apps APIs.
21
21
 
@@ -47,6 +47,11 @@ declare namespace chrome {
47
47
  *
48
48
  * @chrome-permission accessibilityFeatures.modify
49
49
  * @chrome-permission accessibilityFeatures.read
50
+ * @chrome-platform chromeos
51
+ * @chrome-platform fuchsia
52
+ * @chrome-platform linux
53
+ * @chrome-platform mac
54
+ * @chrome-platform win
50
55
  */
51
56
  export namespace accessibilityFeatures {
52
57
 
@@ -987,6 +992,11 @@ declare namespace chrome {
987
992
  * Use the `chrome.app.runtime` API to manage the app lifecycle. The app runtime manages app installation, controls the event page, and can shut down the app at anytime.
988
993
  *
989
994
  * @chrome-platform-apps
995
+ * @chrome-platform chromeos
996
+ * @chrome-platform fuchsia
997
+ * @chrome-platform linux
998
+ * @chrome-platform mac
999
+ * @chrome-platform win
990
1000
  */
991
1001
  export namespace app.runtime {
992
1002
 
@@ -1095,6 +1105,11 @@ declare namespace chrome {
1095
1105
  * Use the `chrome.app.window` API to create windows. Windows have an optional frame with title bar and size controls. They are not associated with any Chrome browser windows. See the [Window State Sample](https://github.com/GoogleChrome/chrome-app-samples/tree/master/samples/window-state) for a demonstration of these options.
1096
1106
  *
1097
1107
  * @chrome-platform-apps
1108
+ * @chrome-platform chromeos
1109
+ * @chrome-platform fuchsia
1110
+ * @chrome-platform linux
1111
+ * @chrome-platform mac
1112
+ * @chrome-platform win
1098
1113
  */
1099
1114
  export namespace app.window {
1100
1115
 
@@ -1681,6 +1696,11 @@ declare namespace chrome {
1681
1696
  * @since Chrome 43
1682
1697
  * @chrome-permission appview
1683
1698
  * @chrome-platform-apps
1699
+ * @chrome-platform chromeos
1700
+ * @chrome-platform fuchsia
1701
+ * @chrome-platform linux
1702
+ * @chrome-platform mac
1703
+ * @chrome-platform win
1684
1704
  */
1685
1705
  export namespace appviewTag {
1686
1706
 
@@ -2042,8 +2062,10 @@ declare namespace chrome {
2042
2062
  * @chrome-manifest bluetooth
2043
2063
  * @chrome-platform-apps
2044
2064
  * @chrome-platform chromeos
2045
- * @chrome-platform win
2065
+ * @chrome-platform fuchsia
2066
+ * @chrome-platform linux
2046
2067
  * @chrome-platform mac
2068
+ * @chrome-platform win
2047
2069
  */
2048
2070
  export namespace bluetooth {
2049
2071
 
@@ -3425,8 +3447,10 @@ declare namespace chrome {
3425
3447
  * @chrome-manifest bluetooth
3426
3448
  * @chrome-platform-apps
3427
3449
  * @chrome-platform chromeos
3428
- * @chrome-platform win
3450
+ * @chrome-platform fuchsia
3451
+ * @chrome-platform linux
3429
3452
  * @chrome-platform mac
3453
+ * @chrome-platform win
3430
3454
  */
3431
3455
  export namespace bluetoothSocket {
3432
3456
 
@@ -6095,6 +6119,11 @@ declare namespace chrome {
6095
6119
  * Use the `chrome.contentSettings` API to change settings that control whether websites can use features such as cookies, JavaScript, and plugins. More generally speaking, content settings allow you to customize Chrome's behavior on a per-site basis instead of globally.
6096
6120
  *
6097
6121
  * @chrome-permission contentSettings
6122
+ * @chrome-platform chromeos
6123
+ * @chrome-platform fuchsia
6124
+ * @chrome-platform linux
6125
+ * @chrome-platform mac
6126
+ * @chrome-platform win
6098
6127
  */
6099
6128
  export namespace contentSettings {
6100
6129
 
@@ -7509,6 +7538,11 @@ declare namespace chrome {
7509
7538
  * The `chrome.debugger` API serves as an alternate transport for Chrome's [remote debugging protocol](https://developer.chrome.com/devtools/docs/debugger-protocol). Use `chrome.debugger` to attach to one or more tabs to instrument network interaction, debug JavaScript, mutate the DOM and CSS, and more. Use the {@link Debuggee} property `tabId` to target tabs with `sendCommand` and route events by `tabId` from `onEvent` callbacks.
7510
7539
  *
7511
7540
  * @chrome-permission debugger
7541
+ * @chrome-platform chromeos
7542
+ * @chrome-platform fuchsia
7543
+ * @chrome-platform linux
7544
+ * @chrome-platform mac
7545
+ * @chrome-platform win
7512
7546
  */
7513
7547
  namespace _debugger {
7514
7548
 
@@ -9083,6 +9117,11 @@ declare namespace chrome {
9083
9117
  * @chrome-permission declarativeWebRequest
9084
9118
  * @chrome-channel beta
9085
9119
  * @chrome-max-manifest MV2
9120
+ * @chrome-platform chromeos
9121
+ * @chrome-platform fuchsia
9122
+ * @chrome-platform linux
9123
+ * @chrome-platform mac
9124
+ * @chrome-platform win
9086
9125
  */
9087
9126
  export namespace declarativeWebRequest {
9088
9127
 
@@ -9629,6 +9668,11 @@ declare namespace chrome {
9629
9668
  * The Desktop Capture API captures the content of the screen, individual windows, or individual tabs.
9630
9669
  *
9631
9670
  * @chrome-permission desktopCapture
9671
+ * @chrome-platform chromeos
9672
+ * @chrome-platform fuchsia
9673
+ * @chrome-platform linux
9674
+ * @chrome-platform mac
9675
+ * @chrome-platform win
9632
9676
  */
9633
9677
  export namespace desktopCapture {
9634
9678
 
@@ -10454,6 +10498,11 @@ declare namespace chrome {
10454
10498
  * @alpha
10455
10499
  * @chrome-permission dns
10456
10500
  * @chrome-channel dev
10501
+ * @chrome-platform chromeos
10502
+ * @chrome-platform fuchsia
10503
+ * @chrome-platform linux
10504
+ * @chrome-platform mac
10505
+ * @chrome-platform win
10457
10506
  */
10458
10507
  export namespace dns {
10459
10508
 
@@ -11285,6 +11334,11 @@ declare namespace chrome {
11285
11334
  * Use the `chrome.downloads` API to programmatically initiate, monitor, manipulate, and search for downloads.
11286
11335
  *
11287
11336
  * @chrome-permission downloads
11337
+ * @chrome-platform chromeos
11338
+ * @chrome-platform fuchsia
11339
+ * @chrome-platform linux
11340
+ * @chrome-platform mac
11341
+ * @chrome-platform win
11288
11342
  */
11289
11343
  export namespace downloads {
11290
11344
 
@@ -13678,6 +13732,11 @@ declare namespace chrome {
13678
13732
  * @chrome-permission fileSystem
13679
13733
  * @chrome-platform-apps
13680
13734
  * @chrome-disallow-service-workers
13735
+ * @chrome-platform chromeos
13736
+ * @chrome-platform fuchsia
13737
+ * @chrome-platform linux
13738
+ * @chrome-platform mac
13739
+ * @chrome-platform win
13681
13740
  */
13682
13741
  export namespace fileSystem {
13683
13742
 
@@ -15932,6 +15991,11 @@ declare namespace chrome {
15932
15991
  *
15933
15992
  * @chrome-permission hid
15934
15993
  * @chrome-platform-apps
15994
+ * @chrome-platform chromeos
15995
+ * @chrome-platform fuchsia
15996
+ * @chrome-platform linux
15997
+ * @chrome-platform mac
15998
+ * @chrome-platform win
15935
15999
  */
15936
16000
  export namespace hid {
15937
16001
 
@@ -19302,6 +19366,11 @@ declare namespace chrome {
19302
19366
  * @since Chrome 43
19303
19367
  * @chrome-permission mdns
19304
19368
  * @chrome-platform-apps
19369
+ * @chrome-platform chromeos
19370
+ * @chrome-platform fuchsia
19371
+ * @chrome-platform linux
19372
+ * @chrome-platform mac
19373
+ * @chrome-platform win
19305
19374
  */
19306
19375
  export namespace mdns {
19307
19376
 
@@ -22126,6 +22195,11 @@ declare namespace chrome {
22126
22195
  * The omnibox API allows you to register a keyword with Google Chrome's address bar, which is also known as the omnibox.
22127
22196
  *
22128
22197
  * @chrome-manifest omnibox
22198
+ * @chrome-platform chromeos
22199
+ * @chrome-platform fuchsia
22200
+ * @chrome-platform linux
22201
+ * @chrome-platform mac
22202
+ * @chrome-platform win
22129
22203
  */
22130
22204
  export namespace omnibox {
22131
22205
 
@@ -22528,6 +22602,11 @@ declare namespace chrome {
22528
22602
  * Use the `chrome.pageCapture` API to save a tab as MHTML.
22529
22603
  *
22530
22604
  * @chrome-permission pageCapture
22605
+ * @chrome-platform chromeos
22606
+ * @chrome-platform fuchsia
22607
+ * @chrome-platform linux
22608
+ * @chrome-platform mac
22609
+ * @chrome-platform win
22531
22610
  */
22532
22611
  export namespace pageCapture {
22533
22612
 
@@ -23047,6 +23126,11 @@ declare namespace chrome {
23047
23126
  *
23048
23127
  * @since Chrome 44
23049
23128
  * @chrome-permission printerProvider
23129
+ * @chrome-platform chromeos
23130
+ * @chrome-platform fuchsia
23131
+ * @chrome-platform linux
23132
+ * @chrome-platform mac
23133
+ * @chrome-platform win
23050
23134
  */
23051
23135
  export namespace printerProvider {
23052
23136
 
@@ -23773,6 +23857,8 @@ declare namespace chrome {
23773
23857
 
23774
23858
  /**
23775
23859
  * The types of the browser processes.
23860
+ *
23861
+ * @chrome-enum "service\_worker" Obsolete, will never be returned.
23776
23862
  */
23777
23863
  export type ProcessType = "browser" | "renderer" | "extension" | "notification" | "plugin" | "worker" | "nacl" | "service_worker" | "utility" | "gpu" | "other";
23778
23864
 
@@ -24012,6 +24098,11 @@ declare namespace chrome {
24012
24098
  * Use the `chrome.proxy` API to manage Chrome's proxy settings. This API relies on the [ChromeSetting prototype of the type API](https://developer.chrome.com/docs/extensions/reference/api/types#type-ChromeSetting) for getting and setting the proxy configuration.
24013
24099
  *
24014
24100
  * @chrome-permission proxy
24101
+ * @chrome-platform chromeos
24102
+ * @chrome-platform fuchsia
24103
+ * @chrome-platform linux
24104
+ * @chrome-platform mac
24105
+ * @chrome-platform win
24015
24106
  */
24016
24107
  export namespace proxy {
24017
24108
 
@@ -25628,6 +25719,11 @@ declare namespace chrome {
25628
25719
  *
25629
25720
  * @since Chrome 87
25630
25721
  * @chrome-permission search
25722
+ * @chrome-platform chromeos
25723
+ * @chrome-platform fuchsia
25724
+ * @chrome-platform linux
25725
+ * @chrome-platform mac
25726
+ * @chrome-platform win
25631
25727
  */
25632
25728
  export namespace search {
25633
25729
 
@@ -25682,6 +25778,11 @@ declare namespace chrome {
25682
25778
  *
25683
25779
  * @chrome-permission serial
25684
25780
  * @chrome-platform-apps
25781
+ * @chrome-platform chromeos
25782
+ * @chrome-platform fuchsia
25783
+ * @chrome-platform linux
25784
+ * @chrome-platform mac
25785
+ * @chrome-platform win
25685
25786
  */
25686
25787
  export namespace serial {
25687
25788
 
@@ -26295,6 +26396,11 @@ declare namespace chrome {
26295
26396
  * Use the `chrome.sessions` API to query and restore tabs and windows from a browsing session.
26296
26397
  *
26297
26398
  * @chrome-permission sessions
26399
+ * @chrome-platform chromeos
26400
+ * @chrome-platform fuchsia
26401
+ * @chrome-platform linux
26402
+ * @chrome-platform mac
26403
+ * @chrome-platform win
26298
26404
  */
26299
26405
  export namespace sessions {
26300
26406
 
@@ -26461,6 +26567,11 @@ declare namespace chrome {
26461
26567
  * @since Chrome 114
26462
26568
  * @chrome-permission sidePanel
26463
26569
  * @chrome-min-manifest MV3
26570
+ * @chrome-platform chromeos
26571
+ * @chrome-platform fuchsia
26572
+ * @chrome-platform linux
26573
+ * @chrome-platform mac
26574
+ * @chrome-platform win
26464
26575
  */
26465
26576
  export namespace sidePanel {
26466
26577
 
@@ -26641,6 +26752,11 @@ declare namespace chrome {
26641
26752
  *
26642
26753
  * @chrome-permission socket
26643
26754
  * @chrome-platform-apps
26755
+ * @chrome-platform chromeos
26756
+ * @chrome-platform fuchsia
26757
+ * @chrome-platform linux
26758
+ * @chrome-platform mac
26759
+ * @chrome-platform win
26644
26760
  */
26645
26761
  export namespace socket {
26646
26762
 
@@ -27272,6 +27388,11 @@ declare namespace chrome {
27272
27388
  *
27273
27389
  * @chrome-manifest sockets
27274
27390
  * @chrome-platform-apps
27391
+ * @chrome-platform chromeos
27392
+ * @chrome-platform fuchsia
27393
+ * @chrome-platform linux
27394
+ * @chrome-platform mac
27395
+ * @chrome-platform win
27275
27396
  */
27276
27397
  export namespace sockets.tcp {
27277
27398
 
@@ -27795,6 +27916,11 @@ declare namespace chrome {
27795
27916
  *
27796
27917
  * @chrome-manifest sockets
27797
27918
  * @chrome-platform-apps
27919
+ * @chrome-platform chromeos
27920
+ * @chrome-platform fuchsia
27921
+ * @chrome-platform linux
27922
+ * @chrome-platform mac
27923
+ * @chrome-platform win
27798
27924
  */
27799
27925
  export namespace sockets.tcpServer {
27800
27926
 
@@ -28133,6 +28259,11 @@ declare namespace chrome {
28133
28259
  *
28134
28260
  * @chrome-manifest sockets
28135
28261
  * @chrome-platform-apps
28262
+ * @chrome-platform chromeos
28263
+ * @chrome-platform fuchsia
28264
+ * @chrome-platform linux
28265
+ * @chrome-platform mac
28266
+ * @chrome-platform win
28136
28267
  */
28137
28268
  export namespace sockets.udp {
28138
28269
 
@@ -29327,6 +29458,11 @@ declare namespace chrome {
29327
29458
  * Use the `system.display` API to query display metadata.
29328
29459
  *
29329
29460
  * @chrome-permission system.display
29461
+ * @chrome-platform chromeos
29462
+ * @chrome-platform fuchsia
29463
+ * @chrome-platform linux
29464
+ * @chrome-platform mac
29465
+ * @chrome-platform win
29330
29466
  */
29331
29467
  export namespace system.display {
29332
29468
 
@@ -30125,6 +30261,11 @@ declare namespace chrome {
30125
30261
  * Use the `chrome.system.storage` API to query storage device information and be notified when a removable storage device is attached and detached.
30126
30262
  *
30127
30263
  * @chrome-permission system.storage
30264
+ * @chrome-platform chromeos
30265
+ * @chrome-platform fuchsia
30266
+ * @chrome-platform linux
30267
+ * @chrome-platform mac
30268
+ * @chrome-platform win
30128
30269
  */
30129
30270
  export namespace system.storage {
30130
30271
 
@@ -30302,6 +30443,11 @@ declare namespace chrome {
30302
30443
  * Use the `chrome.tabCapture` API to interact with tab media streams.
30303
30444
  *
30304
30445
  * @chrome-permission tabCapture
30446
+ * @chrome-platform chromeos
30447
+ * @chrome-platform fuchsia
30448
+ * @chrome-platform linux
30449
+ * @chrome-platform mac
30450
+ * @chrome-platform win
30305
30451
  */
30306
30452
  export namespace tabCapture {
30307
30453
 
@@ -30434,6 +30580,11 @@ declare namespace chrome {
30434
30580
  * @since Chrome 89
30435
30581
  * @chrome-permission tabGroups
30436
30582
  * @chrome-min-manifest MV3
30583
+ * @chrome-platform chromeos
30584
+ * @chrome-platform fuchsia
30585
+ * @chrome-platform linux
30586
+ * @chrome-platform mac
30587
+ * @chrome-platform win
30437
30588
  */
30438
30589
  export namespace tabGroups {
30439
30590
 
@@ -33625,6 +33776,11 @@ declare namespace chrome {
33625
33776
  *
33626
33777
  * @chrome-permission usb
33627
33778
  * @chrome-platform-apps
33779
+ * @chrome-platform chromeos
33780
+ * @chrome-platform fuchsia
33781
+ * @chrome-platform linux
33782
+ * @chrome-platform mac
33783
+ * @chrome-platform win
33628
33784
  */
33629
33785
  export namespace usb {
33630
33786
 
@@ -35641,6 +35797,11 @@ declare namespace chrome {
35641
35797
  * Use the `chrome.webNavigation` API to receive notifications about the status of navigation requests in-flight.
35642
35798
  *
35643
35799
  * @chrome-permission webNavigation
35800
+ * @chrome-platform chromeos
35801
+ * @chrome-platform fuchsia
35802
+ * @chrome-platform linux
35803
+ * @chrome-platform mac
35804
+ * @chrome-platform win
35644
35805
  */
35645
35806
  export namespace webNavigation {
35646
35807
 
@@ -37800,6 +37961,11 @@ declare namespace chrome {
37800
37961
  *
37801
37962
  * @chrome-permission webview
37802
37963
  * @chrome-platform-apps
37964
+ * @chrome-platform chromeos
37965
+ * @chrome-platform fuchsia
37966
+ * @chrome-platform linux
37967
+ * @chrome-platform mac
37968
+ * @chrome-platform win
37803
37969
  */
37804
37970
  export namespace webviewTag {
37805
37971
 
package/index.d.ts CHANGED
@@ -14,8 +14,8 @@
14
14
  * limitations under the License.
15
15
  */
16
16
 
17
- // Generated on Tue Jun 24 2025 22:33:48 GMT+0000 (Coordinated Universal Time)
18
- // Built at 07959329033d08f8249fc3fae06673ebef90047b
17
+ // Generated on Thu Jun 26 2025 22:33:45 GMT+0000 (Coordinated Universal Time)
18
+ // Built at 2460bafb67b67c895e7eb21e63fcdfaac1bcfbf5
19
19
 
20
20
  // Includes MV3+ APIs only.
21
21
 
@@ -105,6 +105,11 @@ declare namespace chrome {
105
105
  *
106
106
  * @chrome-permission accessibilityFeatures.modify
107
107
  * @chrome-permission accessibilityFeatures.read
108
+ * @chrome-platform chromeos
109
+ * @chrome-platform fuchsia
110
+ * @chrome-platform linux
111
+ * @chrome-platform mac
112
+ * @chrome-platform win
108
113
  */
109
114
  export namespace accessibilityFeatures {
110
115
 
@@ -2861,6 +2866,11 @@ declare namespace chrome {
2861
2866
  * Use the `chrome.contentSettings` API to change settings that control whether websites can use features such as cookies, JavaScript, and plugins. More generally speaking, content settings allow you to customize Chrome's behavior on a per-site basis instead of globally.
2862
2867
  *
2863
2868
  * @chrome-permission contentSettings
2869
+ * @chrome-platform chromeos
2870
+ * @chrome-platform fuchsia
2871
+ * @chrome-platform linux
2872
+ * @chrome-platform mac
2873
+ * @chrome-platform win
2864
2874
  */
2865
2875
  export namespace contentSettings {
2866
2876
 
@@ -4275,6 +4285,11 @@ declare namespace chrome {
4275
4285
  * The `chrome.debugger` API serves as an alternate transport for Chrome's [remote debugging protocol](https://developer.chrome.com/devtools/docs/debugger-protocol). Use `chrome.debugger` to attach to one or more tabs to instrument network interaction, debug JavaScript, mutate the DOM and CSS, and more. Use the {@link Debuggee} property `tabId` to target tabs with `sendCommand` and route events by `tabId` from `onEvent` callbacks.
4276
4286
  *
4277
4287
  * @chrome-permission debugger
4288
+ * @chrome-platform chromeos
4289
+ * @chrome-platform fuchsia
4290
+ * @chrome-platform linux
4291
+ * @chrome-platform mac
4292
+ * @chrome-platform win
4278
4293
  */
4279
4294
  namespace _debugger {
4280
4295
 
@@ -5846,6 +5861,11 @@ declare namespace chrome {
5846
5861
  * The Desktop Capture API captures the content of the screen, individual windows, or individual tabs.
5847
5862
  *
5848
5863
  * @chrome-permission desktopCapture
5864
+ * @chrome-platform chromeos
5865
+ * @chrome-platform fuchsia
5866
+ * @chrome-platform linux
5867
+ * @chrome-platform mac
5868
+ * @chrome-platform win
5849
5869
  */
5850
5870
  export namespace desktopCapture {
5851
5871
 
@@ -6604,6 +6624,11 @@ declare namespace chrome {
6604
6624
  * @alpha
6605
6625
  * @chrome-permission dns
6606
6626
  * @chrome-channel dev
6627
+ * @chrome-platform chromeos
6628
+ * @chrome-platform fuchsia
6629
+ * @chrome-platform linux
6630
+ * @chrome-platform mac
6631
+ * @chrome-platform win
6607
6632
  */
6608
6633
  export namespace dns {
6609
6634
 
@@ -7435,6 +7460,11 @@ declare namespace chrome {
7435
7460
  * Use the `chrome.downloads` API to programmatically initiate, monitor, manipulate, and search for downloads.
7436
7461
  *
7437
7462
  * @chrome-permission downloads
7463
+ * @chrome-platform chromeos
7464
+ * @chrome-platform fuchsia
7465
+ * @chrome-platform linux
7466
+ * @chrome-platform mac
7467
+ * @chrome-platform win
7438
7468
  */
7439
7469
  export namespace downloads {
7440
7470
 
@@ -14693,6 +14723,11 @@ declare namespace chrome {
14693
14723
  * @alpha
14694
14724
  * @chrome-permission mdns
14695
14725
  * @chrome-channel dev
14726
+ * @chrome-platform chromeos
14727
+ * @chrome-platform fuchsia
14728
+ * @chrome-platform linux
14729
+ * @chrome-platform mac
14730
+ * @chrome-platform win
14696
14731
  */
14697
14732
  export namespace mdns {
14698
14733
 
@@ -17181,6 +17216,11 @@ declare namespace chrome {
17181
17216
  * The omnibox API allows you to register a keyword with Google Chrome's address bar, which is also known as the omnibox.
17182
17217
  *
17183
17218
  * @chrome-manifest omnibox
17219
+ * @chrome-platform chromeos
17220
+ * @chrome-platform fuchsia
17221
+ * @chrome-platform linux
17222
+ * @chrome-platform mac
17223
+ * @chrome-platform win
17184
17224
  */
17185
17225
  export namespace omnibox {
17186
17226
 
@@ -17303,6 +17343,11 @@ declare namespace chrome {
17303
17343
  * Use the `chrome.pageCapture` API to save a tab as MHTML.
17304
17344
  *
17305
17345
  * @chrome-permission pageCapture
17346
+ * @chrome-platform chromeos
17347
+ * @chrome-platform fuchsia
17348
+ * @chrome-platform linux
17349
+ * @chrome-platform mac
17350
+ * @chrome-platform win
17306
17351
  */
17307
17352
  export namespace pageCapture {
17308
17353
 
@@ -17822,6 +17867,11 @@ declare namespace chrome {
17822
17867
  *
17823
17868
  * @since Chrome 44
17824
17869
  * @chrome-permission printerProvider
17870
+ * @chrome-platform chromeos
17871
+ * @chrome-platform fuchsia
17872
+ * @chrome-platform linux
17873
+ * @chrome-platform mac
17874
+ * @chrome-platform win
17825
17875
  */
17826
17876
  export namespace printerProvider {
17827
17877
 
@@ -18548,6 +18598,8 @@ declare namespace chrome {
18548
18598
 
18549
18599
  /**
18550
18600
  * The types of the browser processes.
18601
+ *
18602
+ * @chrome-enum "service\_worker" Obsolete, will never be returned.
18551
18603
  */
18552
18604
  export type ProcessType = "browser" | "renderer" | "extension" | "notification" | "plugin" | "worker" | "nacl" | "service_worker" | "utility" | "gpu" | "other";
18553
18605
 
@@ -18787,6 +18839,11 @@ declare namespace chrome {
18787
18839
  * Use the `chrome.proxy` API to manage Chrome's proxy settings. This API relies on the [ChromeSetting prototype of the type API](https://developer.chrome.com/docs/extensions/reference/api/types#type-ChromeSetting) for getting and setting the proxy configuration.
18788
18840
  *
18789
18841
  * @chrome-permission proxy
18842
+ * @chrome-platform chromeos
18843
+ * @chrome-platform fuchsia
18844
+ * @chrome-platform linux
18845
+ * @chrome-platform mac
18846
+ * @chrome-platform win
18790
18847
  */
18791
18848
  export namespace proxy {
18792
18849
 
@@ -20392,6 +20449,11 @@ declare namespace chrome {
20392
20449
  *
20393
20450
  * @since Chrome 87
20394
20451
  * @chrome-permission search
20452
+ * @chrome-platform chromeos
20453
+ * @chrome-platform fuchsia
20454
+ * @chrome-platform linux
20455
+ * @chrome-platform mac
20456
+ * @chrome-platform win
20395
20457
  */
20396
20458
  export namespace search {
20397
20459
 
@@ -20445,6 +20507,11 @@ declare namespace chrome {
20445
20507
  * Use the `chrome.sessions` API to query and restore tabs and windows from a browsing session.
20446
20508
  *
20447
20509
  * @chrome-permission sessions
20510
+ * @chrome-platform chromeos
20511
+ * @chrome-platform fuchsia
20512
+ * @chrome-platform linux
20513
+ * @chrome-platform mac
20514
+ * @chrome-platform win
20448
20515
  */
20449
20516
  export namespace sessions {
20450
20517
 
@@ -20611,6 +20678,11 @@ declare namespace chrome {
20611
20678
  * @since Chrome 114
20612
20679
  * @chrome-permission sidePanel
20613
20680
  * @chrome-min-manifest MV3
20681
+ * @chrome-platform chromeos
20682
+ * @chrome-platform fuchsia
20683
+ * @chrome-platform linux
20684
+ * @chrome-platform mac
20685
+ * @chrome-platform win
20614
20686
  */
20615
20687
  export namespace sidePanel {
20616
20688
 
@@ -20793,6 +20865,10 @@ declare namespace chrome {
20793
20865
  * @chrome-manifest sockets
20794
20866
  * @chrome-channel dev
20795
20867
  * @chrome-platform chromeos
20868
+ * @chrome-platform fuchsia
20869
+ * @chrome-platform linux
20870
+ * @chrome-platform mac
20871
+ * @chrome-platform win
20796
20872
  */
20797
20873
  export namespace sockets.tcp {
20798
20874
 
@@ -21304,6 +21380,10 @@ declare namespace chrome {
21304
21380
  * @chrome-manifest sockets
21305
21381
  * @chrome-channel dev
21306
21382
  * @chrome-platform chromeos
21383
+ * @chrome-platform fuchsia
21384
+ * @chrome-platform linux
21385
+ * @chrome-platform mac
21386
+ * @chrome-platform win
21307
21387
  */
21308
21388
  export namespace sockets.tcpServer {
21309
21389
 
@@ -21635,6 +21715,10 @@ declare namespace chrome {
21635
21715
  * @chrome-manifest sockets
21636
21716
  * @chrome-channel dev
21637
21717
  * @chrome-platform chromeos
21718
+ * @chrome-platform fuchsia
21719
+ * @chrome-platform linux
21720
+ * @chrome-platform mac
21721
+ * @chrome-platform win
21638
21722
  */
21639
21723
  export namespace sockets.udp {
21640
21724
 
@@ -22556,6 +22640,11 @@ declare namespace chrome {
22556
22640
  * Use the `system.display` API to query display metadata.
22557
22641
  *
22558
22642
  * @chrome-permission system.display
22643
+ * @chrome-platform chromeos
22644
+ * @chrome-platform fuchsia
22645
+ * @chrome-platform linux
22646
+ * @chrome-platform mac
22647
+ * @chrome-platform win
22559
22648
  */
22560
22649
  export namespace system.display {
22561
22650
 
@@ -23353,6 +23442,11 @@ declare namespace chrome {
23353
23442
  * Use the `chrome.system.storage` API to query storage device information and be notified when a removable storage device is attached and detached.
23354
23443
  *
23355
23444
  * @chrome-permission system.storage
23445
+ * @chrome-platform chromeos
23446
+ * @chrome-platform fuchsia
23447
+ * @chrome-platform linux
23448
+ * @chrome-platform mac
23449
+ * @chrome-platform win
23356
23450
  */
23357
23451
  export namespace system.storage {
23358
23452
 
@@ -23530,6 +23624,11 @@ declare namespace chrome {
23530
23624
  * Use the `chrome.tabCapture` API to interact with tab media streams.
23531
23625
  *
23532
23626
  * @chrome-permission tabCapture
23627
+ * @chrome-platform chromeos
23628
+ * @chrome-platform fuchsia
23629
+ * @chrome-platform linux
23630
+ * @chrome-platform mac
23631
+ * @chrome-platform win
23533
23632
  */
23534
23633
  export namespace tabCapture {
23535
23634
 
@@ -23662,6 +23761,11 @@ declare namespace chrome {
23662
23761
  * @since Chrome 89
23663
23762
  * @chrome-permission tabGroups
23664
23763
  * @chrome-min-manifest MV3
23764
+ * @chrome-platform chromeos
23765
+ * @chrome-platform fuchsia
23766
+ * @chrome-platform linux
23767
+ * @chrome-platform mac
23768
+ * @chrome-platform win
23665
23769
  */
23666
23770
  export namespace tabGroups {
23667
23771
 
@@ -28473,6 +28577,11 @@ declare namespace chrome {
28473
28577
  * Use the `chrome.webNavigation` API to receive notifications about the status of navigation requests in-flight.
28474
28578
  *
28475
28579
  * @chrome-permission webNavigation
28580
+ * @chrome-platform chromeos
28581
+ * @chrome-platform fuchsia
28582
+ * @chrome-platform linux
28583
+ * @chrome-platform mac
28584
+ * @chrome-platform win
28476
28585
  */
28477
28586
  export namespace webNavigation {
28478
28587
 
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "type": "module",
6
6
  "name": "chrome-types",
7
7
  "config": {
8
- "build-hash": "12360c91c819e84a"
8
+ "build-hash": "85aa5fa6d7a04ef7"
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.355"
19
+ "version": "0.1.356"
20
20
  }