chrome-types 0.1.197 → 0.1.198

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 -3
  2. package/index.d.ts +3 -3
  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 May 23 2023 22:30:02 GMT+0000 (Coordinated Universal Time)
18
- // Built at 9ad18704083ac6b7bd8de21829aa12c73fea8332
17
+ // Generated on Fri May 26 2023 22:29:19 GMT+0000 (Coordinated Universal Time)
18
+ // Built at cc985d037421be4aa92ef35f4c2f70b0b6690f7c
19
19
 
20
20
  // Includes all types, including MV2 + Platform Apps APIs.
21
21
 
@@ -13815,7 +13815,7 @@ declare namespace chrome {
13815
13815
  name: string;
13816
13816
 
13817
13817
  /**
13818
- * Array of ImageResources.
13818
+ * Array of ImageResources. Only icons declared at the manifest level are currently supported. The icon for the extension will appear in the "Open" menu.
13819
13819
  */
13820
13820
  icons?: Icon[];
13821
13821
 
package/index.d.ts CHANGED
@@ -14,8 +14,8 @@
14
14
  * limitations under the License.
15
15
  */
16
16
 
17
- // Generated on Tue May 23 2023 22:29:57 GMT+0000 (Coordinated Universal Time)
18
- // Built at 9ad18704083ac6b7bd8de21829aa12c73fea8332
17
+ // Generated on Fri May 26 2023 22:29:14 GMT+0000 (Coordinated Universal Time)
18
+ // Built at cc985d037421be4aa92ef35f4c2f70b0b6690f7c
19
19
 
20
20
  // Includes MV3+ APIs only.
21
21
 
@@ -9864,7 +9864,7 @@ declare namespace chrome {
9864
9864
  name: string;
9865
9865
 
9866
9866
  /**
9867
- * Array of ImageResources.
9867
+ * Array of ImageResources. Only icons declared at the manifest level are currently supported. The icon for the extension will appear in the "Open" menu.
9868
9868
  */
9869
9869
  icons?: Icon[];
9870
9870
 
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "type": "module",
6
6
  "name": "chrome-types",
7
7
  "config": {
8
- "build-hash": "ecdcf9c04e6fd38b"
8
+ "build-hash": "e6adea1ebbb5c314"
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.197"
19
+ "version": "0.1.198"
20
20
  }