chrome-types 0.1.375 → 0.1.377

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 +10 -6
  2. package/index.d.ts +10 -6
  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 Sat Aug 30 2025 22:32:42 GMT+0000 (Coordinated Universal Time)
18
- // Built at 61fac68268b07c8701114d9957713aabcf9ad361
17
+ // Generated on Wed Sep 17 2025 22:33:05 GMT+0000 (Coordinated Universal Time)
18
+ // Built at 8371ad7bb8fe4359a4515e60de1700fd77516384
19
19
 
20
20
  // Includes all types, including MV2 + Platform Apps APIs.
21
21
 
@@ -19205,6 +19205,10 @@ declare namespace chrome {
19205
19205
  * @chrome-returns-extra since Chrome 88
19206
19206
  * @since Chrome 77
19207
19207
  * @chrome-manifest replacement_web_app
19208
+ * @chrome-platform chromeos
19209
+ * @chrome-platform linux
19210
+ * @chrome-platform mac
19211
+ * @chrome-platform win
19208
19212
  */
19209
19213
  export function installReplacementWebApp(): Promise<void>;
19210
19214
 
@@ -19213,6 +19217,10 @@ declare namespace chrome {
19213
19217
  *
19214
19218
  * @since Chrome 77
19215
19219
  * @chrome-manifest replacement_web_app
19220
+ * @chrome-platform chromeos
19221
+ * @chrome-platform linux
19222
+ * @chrome-platform mac
19223
+ * @chrome-platform win
19216
19224
  */
19217
19225
  export function installReplacementWebApp(
19218
19226
 
@@ -35883,10 +35891,6 @@ declare namespace chrome {
35883
35891
  * Use the `chrome.webNavigation` API to receive notifications about the status of navigation requests in-flight.
35884
35892
  *
35885
35893
  * @chrome-permission webNavigation
35886
- * @chrome-platform chromeos
35887
- * @chrome-platform linux
35888
- * @chrome-platform mac
35889
- * @chrome-platform win
35890
35894
  */
35891
35895
  export namespace webNavigation {
35892
35896
 
package/index.d.ts CHANGED
@@ -14,8 +14,8 @@
14
14
  * limitations under the License.
15
15
  */
16
16
 
17
- // Generated on Sat Aug 30 2025 22:32:38 GMT+0000 (Coordinated Universal Time)
18
- // Built at 61fac68268b07c8701114d9957713aabcf9ad361
17
+ // Generated on Wed Sep 17 2025 22:33:00 GMT+0000 (Coordinated Universal Time)
18
+ // Built at 8371ad7bb8fe4359a4515e60de1700fd77516384
19
19
 
20
20
  // Includes MV3+ APIs only.
21
21
 
@@ -14570,6 +14570,10 @@ declare namespace chrome {
14570
14570
  * @chrome-returns-extra since Chrome 88
14571
14571
  * @since Chrome 77
14572
14572
  * @chrome-manifest replacement_web_app
14573
+ * @chrome-platform chromeos
14574
+ * @chrome-platform linux
14575
+ * @chrome-platform mac
14576
+ * @chrome-platform win
14573
14577
  */
14574
14578
  export function installReplacementWebApp(): Promise<void>;
14575
14579
 
@@ -14578,6 +14582,10 @@ declare namespace chrome {
14578
14582
  *
14579
14583
  * @since Chrome 77
14580
14584
  * @chrome-manifest replacement_web_app
14585
+ * @chrome-platform chromeos
14586
+ * @chrome-platform linux
14587
+ * @chrome-platform mac
14588
+ * @chrome-platform win
14581
14589
  */
14582
14590
  export function installReplacementWebApp(
14583
14591
 
@@ -28670,10 +28678,6 @@ declare namespace chrome {
28670
28678
  * Use the `chrome.webNavigation` API to receive notifications about the status of navigation requests in-flight.
28671
28679
  *
28672
28680
  * @chrome-permission webNavigation
28673
- * @chrome-platform chromeos
28674
- * @chrome-platform linux
28675
- * @chrome-platform mac
28676
- * @chrome-platform win
28677
28681
  */
28678
28682
  export namespace webNavigation {
28679
28683
 
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "type": "module",
6
6
  "name": "chrome-types",
7
7
  "config": {
8
- "build-hash": "9dcd7af423c3a6c7"
8
+ "build-hash": "fe073f2ebb4d9a3e"
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.375"
19
+ "version": "0.1.377"
20
20
  }