Put webmanifest back where it was
Test / test (push) Failing after 50s
Details
Test / test (push) Failing after 50s
Details
This commit is contained in:
parent
a9f9341427
commit
a0894c06a0
|
|
@ -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"
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue