Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add Apple Home Screen Shortcut Metadata (#106)
While signing up for the event, I noticed that the app didn't have an icon/preset name when adding it to my home screen for visiting it again later. I looked through the source to see if I could find the original SVG of the icon, but it doesn't seem to be in the repo. This could be a placeholder until it's possible to do a proper export of that at 180x180, since I simply just re-scaled down the 512x512 favicon bilinearly. <!-- 👋 Hi, thanks for sending a PR to SquiggleConf! 💖. Please fill out all fields below and make sure each item is true and [x] checked. Otherwise we may not be able to review your PR. --> ## PR Checklist - [x] Addresses an existing open issue: fixes #105 - [x] That issue was marked as [`status: accepting prs`](https://github.com/JoshuaKGoldberg/SquiggleConf/issues?q=is%3Aopen+is%3Aissue+label%3A%22status%3A+accepting+prs%22) - [x] Steps in [CONTRIBUTING.md](https://github.com/JoshuaKGoldberg/SquiggleConf/blob/main/.github/CONTRIBUTING.md) were taken ## Overview <!-- Description of what is changed and how the code change does that. --> This commit adds the missing icon and site name metadata, improving the user experience of bookmarking the site to your Home Screen 😊 Co-authored-by: Josh Goldberg ✨ <[email protected]>
- Loading branch information