Skip to content

Commit 59febe0

Browse files
JensderondSaraVieira
authored andcommitted
Fixes codesandbox#2020 - Add missing png extension to manifest icons (codesandbox#2022)
* Add @Jensderond as a contributor * [BUGFIX][codesandbox#2020] Add missing png extension to icons
1 parent 9f11eb7 commit 59febe0

File tree

3 files changed

+34
-4
lines changed

3 files changed

+34
-4
lines changed

.all-contributorsrc

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1261,6 +1261,16 @@
12611261
"contributions": [
12621262
"code"
12631263
]
1264+
},
1265+
{
1266+
"login": "Jensderond",
1267+
"name": "Jens de Rond",
1268+
"avatar_url": "https://avatars2.githubusercontent.com/u/6972822?v=4",
1269+
"profile": "https://github.com/Jensderond",
1270+
"contributions": [
1271+
"bug",
1272+
"code"
1273+
]
12641274
}
12651275
],
12661276
"repoType": "github",

README.md

Lines changed: 22 additions & 2 deletions
Large diffs are not rendered by default.

packages/app/public/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@
3333
"sizes": "1024x1024"
3434
},
3535
{
36-
"src": "apple-touch-icon",
36+
"src": "apple-touch-icon.png",
3737
"type": "image/png",
3838
"sizes": "57x57"
3939
},
4040
{
41-
"src": "apple-touch-icon-152x152",
41+
"src": "apple-touch-icon-152x152.png",
4242
"type": "image/png",
4343
"sizes": "152x152"
4444
},

0 commit comments

Comments
 (0)