diff --git a/readme.md b/readme.md
index 4503093b..7019b609 100644
--- a/readme.md
+++ b/readme.md
@@ -137,7 +137,15 @@ The default sources are as follow (groupped by platform):
"apple-touch-startup-image-2732x2048.png",
"apple-touch-startup-image-640x1136.png",
"apple-touch-startup-image-750x1334.png",
- "apple-touch-startup-image-828x1792.png"
+ "apple-touch-startup-image-828x1792.png",
+ "apple-touch-startup-image-1179x2556.png",
+ "apple-touch-startup-image-2556x1179.png",
+ "apple-touch-startup-image-1290x2796.png",
+ "apple-touch-startup-image-2796x1290.png",
+ "apple-touch-startup-image-1488x2266.png",
+ "apple-touch-startup-image-2266x1488.png",
+ "apple-touch-startup-image-1640x2360.png",
+ "apple-touch-startup-image-2360x1640.png"
],
"favicons": [
"favicon-16x16.png",
diff --git a/src/platforms/appleStartup.ts b/src/platforms/appleStartup.ts
index 100dbffa..bc833d83 100644
--- a/src/platforms/appleStartup.ts
+++ b/src/platforms/appleStartup.ts
@@ -15,13 +15,17 @@ const SCREEN_SIZES: ScreenSize[] = [
{ deviceWidth: 375, deviceHeight: 667, pixelRatio: 2 }, // iPhone 8, iPhone 7, iPhone 6s, iPhone 6, 4.7" iPhone SE
{ deviceWidth: 375, deviceHeight: 812, pixelRatio: 3 }, // iPhone 12 mini, iPhone 11 Pro, iPhone XS, iPhone X
{ deviceWidth: 390, deviceHeight: 844, pixelRatio: 3 }, // iPhone 12, iPhone 12 Pro
+ { deviceWidth: 393, deviceHeight: 852, pixelRatio: 3 }, // iPhone 14 Pro, iPhone 15 Pro, iPhone 15
{ deviceWidth: 414, deviceHeight: 896, pixelRatio: 2 }, // iPhone 11, iPhone XR
{ deviceWidth: 414, deviceHeight: 896, pixelRatio: 3 }, // iPhone 11 Pro Max, iPhone XS Max
{ deviceWidth: 414, deviceHeight: 736, pixelRatio: 3 }, // iPhone 8 Plus, iPhone 7 Plus
{ deviceWidth: 414, deviceHeight: 736, pixelRatio: 3 }, // iPhone 6 Plus, iPhone 6s Plus
- { deviceWidth: 428, deviceHeight: 926, pixelRatio: 3 }, // iPhone 12 Pro Max
+ { deviceWidth: 428, deviceHeight: 926, pixelRatio: 3 }, // iPhone 12 Pro Max, iPhone 13 Pro Max, iPhone 14 Plus
+ { deviceWidth: 430, deviceHeight: 932, pixelRatio: 3 }, // iPhone 14 Pro Max, iPhone 15 Pro Max, iPhone 15 Plus
+ { deviceWidth: 744, deviceHeight: 1133, pixelRatio: 2 }, // 8.3" iPad Mini
{ deviceWidth: 768, deviceHeight: 1024, pixelRatio: 2 }, // 9.7" iPad Pro. 7.9" iPad mini, 9.7" iPad Air, 9.7" iPad
{ deviceWidth: 810, deviceHeight: 1080, pixelRatio: 2 }, // 10.2" iPad
+ { deviceWidth: 820, deviceHeight: 1080, pixelRatio: 2 }, // 10.9" iPad Air
{ deviceWidth: 834, deviceHeight: 1194, pixelRatio: 2 }, // 11" iPad Pro, 10.5" iPad Pro
{ deviceWidth: 834, deviceHeight: 1112, pixelRatio: 2 }, // 10.5" iPad Air
{ deviceWidth: 1024, deviceHeight: 1366, pixelRatio: 2 }, // 12.9" iPad Pro
diff --git a/test/__snapshots__/array.test.mjs.snap b/test/__snapshots__/array.test.mjs.snap
index cfbbf8d8..09714619 100644
--- a/test/__snapshots__/array.test.mjs.snap
+++ b/test/__snapshots__/array.test.mjs.snap
@@ -1,6 +1,6 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
-exports[`should accept an array of either buffers or paths to source images 63`] = `
+exports[`should accept an array of either buffers or paths to source images 71`] = `
{
"files": [
{
@@ -133,6 +133,8 @@ exports[`should accept an array of either buffers or paths to source images 63`]
"",
"",
"",
+ "",
+ "",
"",
"",
"",
@@ -141,10 +143,16 @@ exports[`should accept an array of either buffers or paths to source images 63`]
"",
"",
"",
+ "",
+ "",
+ "",
+ "",
"",
"",
"",
"",
+ "",
+ "",
"",
"",
"",
@@ -293,6 +301,14 @@ exports[`should accept an array of either buffers or paths to source images 63`]
"contents": null,
"name": "apple-touch-startup-image-2532x1170.png",
},
+ {
+ "contents": null,
+ "name": "apple-touch-startup-image-1179x2556.png",
+ },
+ {
+ "contents": null,
+ "name": "apple-touch-startup-image-2556x1179.png",
+ },
{
"contents": null,
"name": "apple-touch-startup-image-828x1792.png",
@@ -325,6 +341,22 @@ exports[`should accept an array of either buffers or paths to source images 63`]
"contents": null,
"name": "apple-touch-startup-image-2778x1284.png",
},
+ {
+ "contents": null,
+ "name": "apple-touch-startup-image-1290x2796.png",
+ },
+ {
+ "contents": null,
+ "name": "apple-touch-startup-image-2796x1290.png",
+ },
+ {
+ "contents": null,
+ "name": "apple-touch-startup-image-1488x2266.png",
+ },
+ {
+ "contents": null,
+ "name": "apple-touch-startup-image-2266x1488.png",
+ },
{
"contents": null,
"name": "apple-touch-startup-image-1536x2048.png",
@@ -341,6 +373,14 @@ exports[`should accept an array of either buffers or paths to source images 63`]
"contents": null,
"name": "apple-touch-startup-image-2160x1620.png",
},
+ {
+ "contents": null,
+ "name": "apple-touch-startup-image-1640x2160.png",
+ },
+ {
+ "contents": null,
+ "name": "apple-touch-startup-image-2160x1640.png",
+ },
{
"contents": null,
"name": "apple-touch-startup-image-1668x2388.png",
@@ -393,7 +433,7 @@ exports[`should accept an array of either buffers or paths to source images 63`]
}
`;
-exports[`should select best source image by its size 63`] = `
+exports[`should select best source image by its size 71`] = `
{
"files": [
{
@@ -526,6 +566,8 @@ exports[`should select best source image by its size 63`] = `
"",
"",
"",
+ "",
+ "",
"",
"",
"",
@@ -534,10 +576,16 @@ exports[`should select best source image by its size 63`] = `
"",
"",
"",
+ "",
+ "",
+ "",
+ "",
"",
"",
"",
"",
+ "",
+ "",
"",
"",
"",
@@ -686,6 +734,14 @@ exports[`should select best source image by its size 63`] = `
"contents": null,
"name": "apple-touch-startup-image-2532x1170.png",
},
+ {
+ "contents": null,
+ "name": "apple-touch-startup-image-1179x2556.png",
+ },
+ {
+ "contents": null,
+ "name": "apple-touch-startup-image-2556x1179.png",
+ },
{
"contents": null,
"name": "apple-touch-startup-image-828x1792.png",
@@ -718,6 +774,22 @@ exports[`should select best source image by its size 63`] = `
"contents": null,
"name": "apple-touch-startup-image-2778x1284.png",
},
+ {
+ "contents": null,
+ "name": "apple-touch-startup-image-1290x2796.png",
+ },
+ {
+ "contents": null,
+ "name": "apple-touch-startup-image-2796x1290.png",
+ },
+ {
+ "contents": null,
+ "name": "apple-touch-startup-image-1488x2266.png",
+ },
+ {
+ "contents": null,
+ "name": "apple-touch-startup-image-2266x1488.png",
+ },
{
"contents": null,
"name": "apple-touch-startup-image-1536x2048.png",
@@ -734,6 +806,14 @@ exports[`should select best source image by its size 63`] = `
"contents": null,
"name": "apple-touch-startup-image-2160x1620.png",
},
+ {
+ "contents": null,
+ "name": "apple-touch-startup-image-1640x2160.png",
+ },
+ {
+ "contents": null,
+ "name": "apple-touch-startup-image-2160x1640.png",
+ },
{
"contents": null,
"name": "apple-touch-startup-image-1668x2388.png",
diff --git a/test/__snapshots__/background.test.mjs.snap b/test/__snapshots__/background.test.mjs.snap
index 8a134c7f..e0ab2e96 100644
--- a/test/__snapshots__/background.test.mjs.snap
+++ b/test/__snapshots__/background.test.mjs.snap
@@ -1,6 +1,6 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
-exports[`should allow configuring background color on selected platforms 63`] = `
+exports[`should allow configuring background color on selected platforms 71`] = `
{
"files": [
{
@@ -133,6 +133,8 @@ exports[`should allow configuring background color on selected platforms 63`] =
"",
"",
"",
+ "",
+ "",
"",
"",
"",
@@ -141,10 +143,16 @@ exports[`should allow configuring background color on selected platforms 63`] =
"",
"",
"",
+ "",
+ "",
+ "",
+ "",
"",
"",
"",
"",
+ "",
+ "",
"",
"",
"",
@@ -293,6 +301,14 @@ exports[`should allow configuring background color on selected platforms 63`] =
"contents": null,
"name": "apple-touch-startup-image-2532x1170.png",
},
+ {
+ "contents": null,
+ "name": "apple-touch-startup-image-1179x2556.png",
+ },
+ {
+ "contents": null,
+ "name": "apple-touch-startup-image-2556x1179.png",
+ },
{
"contents": null,
"name": "apple-touch-startup-image-828x1792.png",
@@ -325,6 +341,22 @@ exports[`should allow configuring background color on selected platforms 63`] =
"contents": null,
"name": "apple-touch-startup-image-2778x1284.png",
},
+ {
+ "contents": null,
+ "name": "apple-touch-startup-image-1290x2796.png",
+ },
+ {
+ "contents": null,
+ "name": "apple-touch-startup-image-2796x1290.png",
+ },
+ {
+ "contents": null,
+ "name": "apple-touch-startup-image-1488x2266.png",
+ },
+ {
+ "contents": null,
+ "name": "apple-touch-startup-image-2266x1488.png",
+ },
{
"contents": null,
"name": "apple-touch-startup-image-1536x2048.png",
@@ -341,6 +373,14 @@ exports[`should allow configuring background color on selected platforms 63`] =
"contents": null,
"name": "apple-touch-startup-image-2160x1620.png",
},
+ {
+ "contents": null,
+ "name": "apple-touch-startup-image-1640x2160.png",
+ },
+ {
+ "contents": null,
+ "name": "apple-touch-startup-image-2160x1640.png",
+ },
{
"contents": null,
"name": "apple-touch-startup-image-1668x2388.png",
diff --git a/test/__snapshots__/cacheBusting.test.mjs.snap b/test/__snapshots__/cacheBusting.test.mjs.snap
index eee71ede..1822456b 100644
--- a/test/__snapshots__/cacheBusting.test.mjs.snap
+++ b/test/__snapshots__/cacheBusting.test.mjs.snap
@@ -133,6 +133,8 @@ exports[`should allow setting an URL query parameter for cache busting 1`] = `
"",
"",
"",
+ "",
+ "",
"",
"",
"",
@@ -141,10 +143,16 @@ exports[`should allow setting an URL query parameter for cache busting 1`] = `
"",
"",
"",
+ "",
+ "",
+ "",
+ "",
"",
"",
"",
"",
+ "",
+ "",
"",
"",
"",
diff --git a/test/__snapshots__/default.test.mjs.snap b/test/__snapshots__/default.test.mjs.snap
index 0a7ba586..0fe7667d 100644
--- a/test/__snapshots__/default.test.mjs.snap
+++ b/test/__snapshots__/default.test.mjs.snap
@@ -1,6 +1,6 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
-exports[`should generate the expected default result 63`] = `
+exports[`should generate the expected default result 71`] = `
{
"files": [
{
@@ -133,6 +133,8 @@ exports[`should generate the expected default result 63`] = `
"",
"",
"",
+ "",
+ "",
"",
"",
"",
@@ -141,10 +143,16 @@ exports[`should generate the expected default result 63`] = `
"",
"",
"",
+ "",
+ "",
+ "",
+ "",
"",
"",
"",
"",
+ "",
+ "",
"",
"",
"",
@@ -293,6 +301,14 @@ exports[`should generate the expected default result 63`] = `
"contents": null,
"name": "apple-touch-startup-image-2532x1170.png",
},
+ {
+ "contents": null,
+ "name": "apple-touch-startup-image-1179x2556.png",
+ },
+ {
+ "contents": null,
+ "name": "apple-touch-startup-image-2556x1179.png",
+ },
{
"contents": null,
"name": "apple-touch-startup-image-828x1792.png",
@@ -325,6 +341,22 @@ exports[`should generate the expected default result 63`] = `
"contents": null,
"name": "apple-touch-startup-image-2778x1284.png",
},
+ {
+ "contents": null,
+ "name": "apple-touch-startup-image-1290x2796.png",
+ },
+ {
+ "contents": null,
+ "name": "apple-touch-startup-image-2796x1290.png",
+ },
+ {
+ "contents": null,
+ "name": "apple-touch-startup-image-1488x2266.png",
+ },
+ {
+ "contents": null,
+ "name": "apple-touch-startup-image-2266x1488.png",
+ },
{
"contents": null,
"name": "apple-touch-startup-image-1536x2048.png",
@@ -341,6 +373,14 @@ exports[`should generate the expected default result 63`] = `
"contents": null,
"name": "apple-touch-startup-image-2160x1620.png",
},
+ {
+ "contents": null,
+ "name": "apple-touch-startup-image-1640x2160.png",
+ },
+ {
+ "contents": null,
+ "name": "apple-touch-startup-image-2160x1640.png",
+ },
{
"contents": null,
"name": "apple-touch-startup-image-1668x2388.png",
diff --git a/test/__snapshots__/manifestMaskable.test.mjs.snap b/test/__snapshots__/manifestMaskable.test.mjs.snap
index 53b776b4..f718eef4 100644
--- a/test/__snapshots__/manifestMaskable.test.mjs.snap
+++ b/test/__snapshots__/manifestMaskable.test.mjs.snap
@@ -1,6 +1,6 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
-exports[`manifestMaskable should accept an array of either buffers or paths to source images 72`] = `
+exports[`manifestMaskable should accept an array of either buffers or paths to source images 80`] = `
{
"files": [
{
@@ -187,6 +187,8 @@ exports[`manifestMaskable should accept an array of either buffers or paths to s
"",
"",
"",
+ "",
+ "",
"",
"",
"",
@@ -195,10 +197,16 @@ exports[`manifestMaskable should accept an array of either buffers or paths to s
"",
"",
"",
+ "",
+ "",
+ "",
+ "",
"",
"",
"",
"",
+ "",
+ "",
"",
"",
"",
@@ -383,6 +391,14 @@ exports[`manifestMaskable should accept an array of either buffers or paths to s
"contents": null,
"name": "apple-touch-startup-image-2532x1170.png",
},
+ {
+ "contents": null,
+ "name": "apple-touch-startup-image-1179x2556.png",
+ },
+ {
+ "contents": null,
+ "name": "apple-touch-startup-image-2556x1179.png",
+ },
{
"contents": null,
"name": "apple-touch-startup-image-828x1792.png",
@@ -415,6 +431,22 @@ exports[`manifestMaskable should accept an array of either buffers or paths to s
"contents": null,
"name": "apple-touch-startup-image-2778x1284.png",
},
+ {
+ "contents": null,
+ "name": "apple-touch-startup-image-1290x2796.png",
+ },
+ {
+ "contents": null,
+ "name": "apple-touch-startup-image-2796x1290.png",
+ },
+ {
+ "contents": null,
+ "name": "apple-touch-startup-image-1488x2266.png",
+ },
+ {
+ "contents": null,
+ "name": "apple-touch-startup-image-2266x1488.png",
+ },
{
"contents": null,
"name": "apple-touch-startup-image-1536x2048.png",
@@ -431,6 +463,14 @@ exports[`manifestMaskable should accept an array of either buffers or paths to s
"contents": null,
"name": "apple-touch-startup-image-2160x1620.png",
},
+ {
+ "contents": null,
+ "name": "apple-touch-startup-image-1640x2160.png",
+ },
+ {
+ "contents": null,
+ "name": "apple-touch-startup-image-2160x1640.png",
+ },
{
"contents": null,
"name": "apple-touch-startup-image-1668x2388.png",
@@ -483,7 +523,7 @@ exports[`manifestMaskable should accept an array of either buffers or paths to s
}
`;
-exports[`should add \`maskable\` to manifest purpose when manifestMaskable is true 63`] = `
+exports[`should add \`maskable\` to manifest purpose when manifestMaskable is true 71`] = `
{
"files": [
{
@@ -616,6 +656,8 @@ exports[`should add \`maskable\` to manifest purpose when manifestMaskable is tr
"",
"",
"",
+ "",
+ "",
"",
"",
"",
@@ -624,10 +666,16 @@ exports[`should add \`maskable\` to manifest purpose when manifestMaskable is tr
"",
"",
"",
+ "",
+ "",
+ "",
+ "",
"",
"",
"",
"",
+ "",
+ "",
"",
"",
"",
@@ -776,6 +824,14 @@ exports[`should add \`maskable\` to manifest purpose when manifestMaskable is tr
"contents": null,
"name": "apple-touch-startup-image-2532x1170.png",
},
+ {
+ "contents": null,
+ "name": "apple-touch-startup-image-1179x2556.png",
+ },
+ {
+ "contents": null,
+ "name": "apple-touch-startup-image-2556x1179.png",
+ },
{
"contents": null,
"name": "apple-touch-startup-image-828x1792.png",
@@ -808,6 +864,22 @@ exports[`should add \`maskable\` to manifest purpose when manifestMaskable is tr
"contents": null,
"name": "apple-touch-startup-image-2778x1284.png",
},
+ {
+ "contents": null,
+ "name": "apple-touch-startup-image-1290x2796.png",
+ },
+ {
+ "contents": null,
+ "name": "apple-touch-startup-image-2796x1290.png",
+ },
+ {
+ "contents": null,
+ "name": "apple-touch-startup-image-1488x2266.png",
+ },
+ {
+ "contents": null,
+ "name": "apple-touch-startup-image-2266x1488.png",
+ },
{
"contents": null,
"name": "apple-touch-startup-image-1536x2048.png",
@@ -824,6 +896,14 @@ exports[`should add \`maskable\` to manifest purpose when manifestMaskable is tr
"contents": null,
"name": "apple-touch-startup-image-2160x1620.png",
},
+ {
+ "contents": null,
+ "name": "apple-touch-startup-image-1640x2160.png",
+ },
+ {
+ "contents": null,
+ "name": "apple-touch-startup-image-2160x1640.png",
+ },
{
"contents": null,
"name": "apple-touch-startup-image-1668x2388.png",
diff --git a/test/__snapshots__/meta.test.mjs.snap b/test/__snapshots__/meta.test.mjs.snap
index 7f7f0dad..2e0f973b 100644
--- a/test/__snapshots__/meta.test.mjs.snap
+++ b/test/__snapshots__/meta.test.mjs.snap
@@ -1,6 +1,6 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
-exports[`should allow specifying metadata 63`] = `
+exports[`should allow specifying metadata 71`] = `
{
"files": [
{
@@ -134,6 +134,8 @@ exports[`should allow specifying metadata 63`] = `
"",
"",
"",
+ "",
+ "",
"",
"",
"",
@@ -142,10 +144,16 @@ exports[`should allow specifying metadata 63`] = `
"",
"",
"",
+ "",
+ "",
+ "",
+ "",
"",
"",
"",
"",
+ "",
+ "",
"",
"",
"",
@@ -294,6 +302,14 @@ exports[`should allow specifying metadata 63`] = `
"contents": null,
"name": "apple-touch-startup-image-2532x1170.png",
},
+ {
+ "contents": null,
+ "name": "apple-touch-startup-image-1179x2556.png",
+ },
+ {
+ "contents": null,
+ "name": "apple-touch-startup-image-2556x1179.png",
+ },
{
"contents": null,
"name": "apple-touch-startup-image-828x1792.png",
@@ -326,6 +342,22 @@ exports[`should allow specifying metadata 63`] = `
"contents": null,
"name": "apple-touch-startup-image-2778x1284.png",
},
+ {
+ "contents": null,
+ "name": "apple-touch-startup-image-1290x2796.png",
+ },
+ {
+ "contents": null,
+ "name": "apple-touch-startup-image-2796x1290.png",
+ },
+ {
+ "contents": null,
+ "name": "apple-touch-startup-image-1488x2266.png",
+ },
+ {
+ "contents": null,
+ "name": "apple-touch-startup-image-2266x1488.png",
+ },
{
"contents": null,
"name": "apple-touch-startup-image-1536x2048.png",
@@ -342,6 +374,14 @@ exports[`should allow specifying metadata 63`] = `
"contents": null,
"name": "apple-touch-startup-image-2160x1620.png",
},
+ {
+ "contents": null,
+ "name": "apple-touch-startup-image-1640x2160.png",
+ },
+ {
+ "contents": null,
+ "name": "apple-touch-startup-image-2160x1640.png",
+ },
{
"contents": null,
"name": "apple-touch-startup-image-1668x2388.png",
diff --git a/test/__snapshots__/offset.test.mjs.snap b/test/__snapshots__/offset.test.mjs.snap
index 35874d94..aa55afaa 100644
--- a/test/__snapshots__/offset.test.mjs.snap
+++ b/test/__snapshots__/offset.test.mjs.snap
@@ -1,6 +1,6 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
-exports[`should allow offsetting the icon on selected platforms 63`] = `
+exports[`should allow offsetting the icon on selected platforms 71`] = `
{
"files": [
{
@@ -133,6 +133,8 @@ exports[`should allow offsetting the icon on selected platforms 63`] = `
"",
"",
"",
+ "",
+ "",
"",
"",
"",
@@ -141,10 +143,16 @@ exports[`should allow offsetting the icon on selected platforms 63`] = `
"",
"",
"",
+ "",
+ "",
+ "",
+ "",
"",
"",
"",
"",
+ "",
+ "",
"",
"",
"",
@@ -293,6 +301,14 @@ exports[`should allow offsetting the icon on selected platforms 63`] = `
"contents": null,
"name": "apple-touch-startup-image-2532x1170.png",
},
+ {
+ "contents": null,
+ "name": "apple-touch-startup-image-1179x2556.png",
+ },
+ {
+ "contents": null,
+ "name": "apple-touch-startup-image-2556x1179.png",
+ },
{
"contents": null,
"name": "apple-touch-startup-image-828x1792.png",
@@ -325,6 +341,22 @@ exports[`should allow offsetting the icon on selected platforms 63`] = `
"contents": null,
"name": "apple-touch-startup-image-2778x1284.png",
},
+ {
+ "contents": null,
+ "name": "apple-touch-startup-image-1290x2796.png",
+ },
+ {
+ "contents": null,
+ "name": "apple-touch-startup-image-2796x1290.png",
+ },
+ {
+ "contents": null,
+ "name": "apple-touch-startup-image-1488x2266.png",
+ },
+ {
+ "contents": null,
+ "name": "apple-touch-startup-image-2266x1488.png",
+ },
{
"contents": null,
"name": "apple-touch-startup-image-1536x2048.png",
@@ -341,6 +373,14 @@ exports[`should allow offsetting the icon on selected platforms 63`] = `
"contents": null,
"name": "apple-touch-startup-image-2160x1620.png",
},
+ {
+ "contents": null,
+ "name": "apple-touch-startup-image-1640x2160.png",
+ },
+ {
+ "contents": null,
+ "name": "apple-touch-startup-image-2160x1640.png",
+ },
{
"contents": null,
"name": "apple-touch-startup-image-1668x2388.png",
diff --git a/test/__snapshots__/pixelart.test.mjs.snap b/test/__snapshots__/pixelart.test.mjs.snap
index 1f9bf0e3..e8b69f97 100644
--- a/test/__snapshots__/pixelart.test.mjs.snap
+++ b/test/__snapshots__/pixelart.test.mjs.snap
@@ -1,6 +1,6 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
-exports[`should support pixel art 63`] = `
+exports[`should support pixel art 71`] = `
{
"files": [
{
@@ -133,6 +133,8 @@ exports[`should support pixel art 63`] = `
"",
"",
"",
+ "",
+ "",
"",
"",
"",
@@ -141,10 +143,16 @@ exports[`should support pixel art 63`] = `
"",
"",
"",
+ "",
+ "",
+ "",
+ "",
"",
"",
"",
"",
+ "",
+ "",
"",
"",
"",
@@ -293,6 +301,14 @@ exports[`should support pixel art 63`] = `
"contents": null,
"name": "apple-touch-startup-image-2532x1170.png",
},
+ {
+ "contents": null,
+ "name": "apple-touch-startup-image-1179x2556.png",
+ },
+ {
+ "contents": null,
+ "name": "apple-touch-startup-image-2556x1179.png",
+ },
{
"contents": null,
"name": "apple-touch-startup-image-828x1792.png",
@@ -325,6 +341,22 @@ exports[`should support pixel art 63`] = `
"contents": null,
"name": "apple-touch-startup-image-2778x1284.png",
},
+ {
+ "contents": null,
+ "name": "apple-touch-startup-image-1290x2796.png",
+ },
+ {
+ "contents": null,
+ "name": "apple-touch-startup-image-2796x1290.png",
+ },
+ {
+ "contents": null,
+ "name": "apple-touch-startup-image-1488x2266.png",
+ },
+ {
+ "contents": null,
+ "name": "apple-touch-startup-image-2266x1488.png",
+ },
{
"contents": null,
"name": "apple-touch-startup-image-1536x2048.png",
@@ -341,6 +373,14 @@ exports[`should support pixel art 63`] = `
"contents": null,
"name": "apple-touch-startup-image-2160x1620.png",
},
+ {
+ "contents": null,
+ "name": "apple-touch-startup-image-1640x2160.png",
+ },
+ {
+ "contents": null,
+ "name": "apple-touch-startup-image-2160x1640.png",
+ },
{
"contents": null,
"name": "apple-touch-startup-image-1668x2388.png",
diff --git a/test/__snapshots__/prefixed.test.mjs.snap b/test/__snapshots__/prefixed.test.mjs.snap
index 8345d577..405cc978 100644
--- a/test/__snapshots__/prefixed.test.mjs.snap
+++ b/test/__snapshots__/prefixed.test.mjs.snap
@@ -1,6 +1,6 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
-exports[`should allow setting an URL prefix 63`] = `
+exports[`should allow setting an URL prefix 71`] = `
{
"files": [
{
@@ -133,6 +133,8 @@ exports[`should allow setting an URL prefix 63`] = `
"",
"",
"",
+ "",
+ "",
"",
"",
"",
@@ -141,10 +143,16 @@ exports[`should allow setting an URL prefix 63`] = `
"",
"",
"",
+ "",
+ "",
+ "",
+ "",
"",
"",
"",
"",
+ "",
+ "",
"",
"",
"",
@@ -293,6 +301,14 @@ exports[`should allow setting an URL prefix 63`] = `
"contents": null,
"name": "apple-touch-startup-image-2532x1170.png",
},
+ {
+ "contents": null,
+ "name": "apple-touch-startup-image-1179x2556.png",
+ },
+ {
+ "contents": null,
+ "name": "apple-touch-startup-image-2556x1179.png",
+ },
{
"contents": null,
"name": "apple-touch-startup-image-828x1792.png",
@@ -325,6 +341,22 @@ exports[`should allow setting an URL prefix 63`] = `
"contents": null,
"name": "apple-touch-startup-image-2778x1284.png",
},
+ {
+ "contents": null,
+ "name": "apple-touch-startup-image-1290x2796.png",
+ },
+ {
+ "contents": null,
+ "name": "apple-touch-startup-image-2796x1290.png",
+ },
+ {
+ "contents": null,
+ "name": "apple-touch-startup-image-1488x2266.png",
+ },
+ {
+ "contents": null,
+ "name": "apple-touch-startup-image-2266x1488.png",
+ },
{
"contents": null,
"name": "apple-touch-startup-image-1536x2048.png",
@@ -341,6 +373,14 @@ exports[`should allow setting an URL prefix 63`] = `
"contents": null,
"name": "apple-touch-startup-image-2160x1620.png",
},
+ {
+ "contents": null,
+ "name": "apple-touch-startup-image-1640x2160.png",
+ },
+ {
+ "contents": null,
+ "name": "apple-touch-startup-image-2160x1640.png",
+ },
{
"contents": null,
"name": "apple-touch-startup-image-1668x2388.png",
diff --git a/test/__snapshots__/svg.test.mjs.snap b/test/__snapshots__/svg.test.mjs.snap
index f7c2809c..634a24af 100644
--- a/test/__snapshots__/svg.test.mjs.snap
+++ b/test/__snapshots__/svg.test.mjs.snap
@@ -1,6 +1,6 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
-exports[`should support svg images 63`] = `
+exports[`should support svg images 71`] = `
{
"files": [
{
@@ -133,6 +133,8 @@ exports[`should support svg images 63`] = `
"",
"",
"",
+ "",
+ "",
"",
"",
"",
@@ -141,10 +143,16 @@ exports[`should support svg images 63`] = `
"",
"",
"",
+ "",
+ "",
+ "",
+ "",
"",
"",
"",
"",
+ "",
+ "",
"",
"",
"",
@@ -293,6 +301,14 @@ exports[`should support svg images 63`] = `
"contents": null,
"name": "apple-touch-startup-image-2532x1170.png",
},
+ {
+ "contents": null,
+ "name": "apple-touch-startup-image-1179x2556.png",
+ },
+ {
+ "contents": null,
+ "name": "apple-touch-startup-image-2556x1179.png",
+ },
{
"contents": null,
"name": "apple-touch-startup-image-828x1792.png",
@@ -325,6 +341,22 @@ exports[`should support svg images 63`] = `
"contents": null,
"name": "apple-touch-startup-image-2778x1284.png",
},
+ {
+ "contents": null,
+ "name": "apple-touch-startup-image-1290x2796.png",
+ },
+ {
+ "contents": null,
+ "name": "apple-touch-startup-image-2796x1290.png",
+ },
+ {
+ "contents": null,
+ "name": "apple-touch-startup-image-1488x2266.png",
+ },
+ {
+ "contents": null,
+ "name": "apple-touch-startup-image-2266x1488.png",
+ },
{
"contents": null,
"name": "apple-touch-startup-image-1536x2048.png",
@@ -341,6 +373,14 @@ exports[`should support svg images 63`] = `
"contents": null,
"name": "apple-touch-startup-image-2160x1620.png",
},
+ {
+ "contents": null,
+ "name": "apple-touch-startup-image-1640x2160.png",
+ },
+ {
+ "contents": null,
+ "name": "apple-touch-startup-image-2160x1640.png",
+ },
{
"contents": null,
"name": "apple-touch-startup-image-1668x2388.png",