diff --git a/app/images/site.webmanifest b/app/images/site.webmanifest new file mode 100644 index 0000000..c048c50 --- /dev/null +++ b/app/images/site.webmanifest @@ -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" +} \ No newline at end of file