Put webmanifest back where it was
Test / test (push) Failing after 50s Details

This commit is contained in:
Jeff 2024-09-21 21:19:31 -04:00
parent a9f9341427
commit a0894c06a0
1 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1,22 @@
{
"name": "Tack Up Now!",
"short_name": "Tack Up Now!",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone",
"description": "Notifications for equinelive.com",
"start_url": "/",
"id": "tackupnow.com"
}