chrome-types 0.1.196 → 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.
- package/_all.d.ts +4 -4
- package/index.d.ts +4 -4
- 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
|
|
18
|
-
// Built at
|
|
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,12 +13815,12 @@ 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
|
|
|
13822
13822
|
/**
|
|
13823
|
-
* Whether multiple files should be opened in a single client or multiple. Defaults to \`single-client
|
|
13823
|
+
* Whether multiple files should be opened in a single client or multiple. Defaults to \`single-client\`, which opens one window containing one array with each file. \`multiple-clients\` opens a new window for each file.
|
|
13824
13824
|
*/
|
|
13825
13825
|
launch_type?: string;
|
|
13826
13826
|
}
|
package/index.d.ts
CHANGED
|
@@ -14,8 +14,8 @@
|
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
*/
|
|
16
16
|
|
|
17
|
-
// Generated on
|
|
18
|
-
// Built at
|
|
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,12 +9864,12 @@ 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
|
|
|
9871
9871
|
/**
|
|
9872
|
-
* Whether multiple files should be opened in a single client or multiple. Defaults to \`single-client
|
|
9872
|
+
* Whether multiple files should be opened in a single client or multiple. Defaults to \`single-client\`, which opens one window containing one array with each file. \`multiple-clients\` opens a new window for each file.
|
|
9873
9873
|
*/
|
|
9874
9874
|
launch_type?: string;
|
|
9875
9875
|
}
|
package/package.json
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"type": "module",
|
|
6
6
|
"name": "chrome-types",
|
|
7
7
|
"config": {
|
|
8
|
-
"build-hash": "
|
|
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.
|
|
19
|
+
"version": "0.1.198"
|
|
20
20
|
}
|