chrome-types 0.1.420 → 0.1.421

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 +3 -6
  2. package/index.d.ts +2 -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 Fri Feb 27 2026 16:11:35 GMT+0000 (Coordinated Universal Time)
18
- // Built at faf699ca85f5ac5e21471939753d9ab476cfd5bc
17
+ // Generated on Tue Mar 03 2026 22:34:18 GMT+0000 (Coordinated Universal Time)
18
+ // Built at d7039a6d2ef0ce35c253c044a0f3a7df9f9172e5
19
19
 
20
20
  // Includes all types, including MV2 + Platform Apps APIs.
21
21
 
@@ -4433,6 +4433,7 @@ declare namespace chrome {
4433
4433
  *
4434
4434
  * @chrome-permission browser
4435
4435
  * @chrome-platform-apps
4436
+ * @chrome-platform chromeos
4436
4437
  */
4437
4438
  export namespace browser {
4438
4439
 
@@ -6060,10 +6061,6 @@ declare namespace chrome {
6060
6061
  * 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.
6061
6062
  *
6062
6063
  * @chrome-permission contentSettings
6063
- * @chrome-platform chromeos
6064
- * @chrome-platform linux
6065
- * @chrome-platform mac
6066
- * @chrome-platform win
6067
6064
  */
6068
6065
  export namespace contentSettings {
6069
6066
 
package/index.d.ts CHANGED
@@ -14,8 +14,8 @@
14
14
  * limitations under the License.
15
15
  */
16
16
 
17
- // Generated on Fri Feb 27 2026 16:11:31 GMT+0000 (Coordinated Universal Time)
18
- // Built at faf699ca85f5ac5e21471939753d9ab476cfd5bc
17
+ // Generated on Tue Mar 03 2026 22:34:14 GMT+0000 (Coordinated Universal Time)
18
+ // Built at d7039a6d2ef0ce35c253c044a0f3a7df9f9172e5
19
19
 
20
20
  // Includes MV3+ APIs only.
21
21
 
@@ -2868,10 +2868,6 @@ declare namespace chrome {
2868
2868
  * 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.
2869
2869
  *
2870
2870
  * @chrome-permission contentSettings
2871
- * @chrome-platform chromeos
2872
- * @chrome-platform linux
2873
- * @chrome-platform mac
2874
- * @chrome-platform win
2875
2871
  */
2876
2872
  export namespace contentSettings {
2877
2873
 
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "type": "module",
6
6
  "name": "chrome-types",
7
7
  "config": {
8
- "build-hash": "4aa8e2fcdae4f973"
8
+ "build-hash": "803efaf774d19682"
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.420"
19
+ "version": "0.1.421"
20
20
  }