Files
check-html-links-action-test/test-site-failing/manifest.json
Julien Lengrand-Lambert 605bbd9695 adds failing test
2021-01-20 17:15:50 +01:00

20 lines
471 B
JSON

{
"name": "Personal Template",
"short_name": "PT",
"icons": [
{
"src": "/assets/icons/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/assets/icons/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#303a45",
"background_color": "#303a45",
"display": "standalone"
}