From 1bbecf5d56f103784aa32c550c87048090da0ec1 Mon Sep 17 00:00:00 2001 From: Kevin Hoerr Date: Fri, 18 Nov 2022 19:56:28 -0500 Subject: Site updates (#1) * Add current page as reference * Upgrade dependencies: Gatsby 5.0.1 * Refactor components and styles to be consistent * Switch tense of BlockBody prop * Remove header on stylesheet * move timestamp to package version * Commit public dir for use with static site builders * Remove 1.0.7 file ref --- public/manifest.webmanifest | 1 + 1 file changed, 1 insertion(+) create mode 100644 public/manifest.webmanifest (limited to 'public/manifest.webmanifest') diff --git a/public/manifest.webmanifest b/public/manifest.webmanifest new file mode 100644 index 0000000..3d77d9e --- /dev/null +++ b/public/manifest.webmanifest @@ -0,0 +1 @@ +{"name":"Kevin J Hoerr","short_name":"kjhoerr","start_url":"/","background_color":"#e1e1e1","theme_color":"#e1e1e1","display":"browser","icons":[{"src":"icons/icon-48x48.png?v=a2c73c2e36f0025aad879db1e93a0d42","sizes":"48x48","type":"image/png"},{"src":"icons/icon-72x72.png?v=a2c73c2e36f0025aad879db1e93a0d42","sizes":"72x72","type":"image/png"},{"src":"icons/icon-96x96.png?v=a2c73c2e36f0025aad879db1e93a0d42","sizes":"96x96","type":"image/png"},{"src":"icons/icon-144x144.png?v=a2c73c2e36f0025aad879db1e93a0d42","sizes":"144x144","type":"image/png"},{"src":"icons/icon-192x192.png?v=a2c73c2e36f0025aad879db1e93a0d42","sizes":"192x192","type":"image/png"},{"src":"icons/icon-256x256.png?v=a2c73c2e36f0025aad879db1e93a0d42","sizes":"256x256","type":"image/png"},{"src":"icons/icon-384x384.png?v=a2c73c2e36f0025aad879db1e93a0d42","sizes":"384x384","type":"image/png"},{"src":"icons/icon-512x512.png?v=a2c73c2e36f0025aad879db1e93a0d42","sizes":"512x512","type":"image/png"}]} \ No newline at end of file -- cgit