From a2534008861cf1f14f5dbc5bfece86c2a0de98a3 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Wed, 3 Jun 2026 02:02:50 -0700 Subject: swap favicons --- README.md | 54 ++++---------------------------------- package.json | 3 +-- public/android-chrome-192x192.png | Bin 0 -> 5597 bytes public/android-chrome-512x512.png | Bin 0 -> 17720 bytes public/apple-touch-icon.png | Bin 0 -> 4937 bytes public/favicon-16x16.png | Bin 0 -> 454 bytes public/favicon-32x32.png | Bin 0 -> 841 bytes public/favicon.ico | Bin 24838 -> 15406 bytes public/index.html | 36 +++++-------------------- public/logo192.png | Bin 32825 -> 0 bytes public/logo512.png | Bin 116595 -> 0 bytes public/manifest.json | 25 ------------------ public/site.webmanifest | 1 + 13 files changed, 14 insertions(+), 105 deletions(-) create mode 100644 public/android-chrome-192x192.png create mode 100644 public/android-chrome-512x512.png create mode 100644 public/apple-touch-icon.png create mode 100644 public/favicon-16x16.png create mode 100644 public/favicon-32x32.png delete mode 100644 public/logo192.png delete mode 100644 public/logo512.png delete mode 100644 public/manifest.json create mode 100644 public/site.webmanifest diff --git a/README.md b/README.md index 49314fe..996046e 100644 --- a/README.md +++ b/README.md @@ -1,50 +1,6 @@ -# PersonalHeardle +# k-heardle -https://heardle.epicwolverine.com -(replaces https://epicwolverine-heardle.glitch.me) - -# Słuchaj.fun and Heardle Template -Forked from [Shizerq/sluchajfun](https://github.com/Shizerq/sluchajfun) and [sarvarghese/youtube-heardle-template](https://github.com/sarvarghese/youtube-heardle-template). - -Clone of famous (now defunct) [Heardle](https://heardle.app) - "that daily music game". - -[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) - -## Tech stack -* [React](https://reactjs.org) -* [TypeScript](https://www.typescriptlang.org) -* [styled-components](https://styled-components.com) -* [YouTube iFrame API](https://developers.google.com/youtube/iframe_api_reference) - -## To do -* Add Storybook -* Add tests -* Disable/bypass iFrame's Media Session API - -## Contributing -Please format the code with ESLint and Prettier. - -`npx eslint src/ --fix` - -## Building (default React stuff) - -In the project directory, you can run: - -### `yarn` -Installs all the required dependencies. - -### `yarn start` - -Runs the app in the development mode.\ -Open [http://localhost:3000](http://localhost:3000) to view it in the browser. - -The page will reload if you make edits.\ -You will also see any lint errors in the console. - -### `yarn build` - -Builds the app for production to the `build` folder.\ -It correctly bundles React in production mode and optimizes the build for the best performance. - -The build is minified and the filenames include the hashes.\ -Your app is ready to be deployed! +```bash +pnpm i +pnpm dev +``` diff --git a/package.json b/package.json index b080dea..31c8964 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,7 @@ { - "name": "personalheardle", + "name": "k-heardle", "version": "1.0.0", "license": "MIT", - "homepage": "https://heardle.epicwolverine.com", "dependencies": { "@testing-library/dom": "^9.3.1", "@testing-library/jest-dom": "^5.14.1", diff --git a/public/android-chrome-192x192.png b/public/android-chrome-192x192.png new file mode 100644 index 0000000..169648e Binary files /dev/null and b/public/android-chrome-192x192.png differ diff --git a/public/android-chrome-512x512.png b/public/android-chrome-512x512.png new file mode 100644 index 0000000..39e72b0 Binary files /dev/null and b/public/android-chrome-512x512.png differ diff --git a/public/apple-touch-icon.png b/public/apple-touch-icon.png new file mode 100644 index 0000000..7e04a07 Binary files /dev/null and b/public/apple-touch-icon.png differ diff --git a/public/favicon-16x16.png b/public/favicon-16x16.png new file mode 100644 index 0000000..9bf549d Binary files /dev/null and b/public/favicon-16x16.png differ diff --git a/public/favicon-32x32.png b/public/favicon-32x32.png new file mode 100644 index 0000000..dca5901 Binary files /dev/null and b/public/favicon-32x32.png differ diff --git a/public/favicon.ico b/public/favicon.ico index b326523..5b5fffd 100644 Binary files a/public/favicon.ico and b/public/favicon.ico differ diff --git a/public/index.html b/public/index.html index 934f8f1..02613d1 100644 --- a/public/index.html +++ b/public/index.html @@ -2,42 +2,20 @@ - + + + + - + - - - - - EpicWolverine's Heardle + K-Heardle - +
- diff --git a/public/logo192.png b/public/logo192.png deleted file mode 100644 index 0b3dd7c..0000000 Binary files a/public/logo192.png and /dev/null differ diff --git a/public/logo512.png b/public/logo512.png deleted file mode 100644 index 41a720a..0000000 Binary files a/public/logo512.png and /dev/null differ diff --git a/public/manifest.json b/public/manifest.json deleted file mode 100644 index d726586..0000000 --- a/public/manifest.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "short_name": "PersonalHeardle", - "name": "PersonalHeardle", - "icons": [ - { - "src": "favicon.ico", - "sizes": "64x64 32x32 24x24 16x16", - "type": "image/x-icon" - }, - { - "src": "logo192.png", - "type": "image/png", - "sizes": "192x192" - }, - { - "src": "logo512.png", - "type": "image/png", - "sizes": "512x512" - } - ], - "start_url": ".", - "display": "standalone", - "theme_color": "#ffffff", - "background_color": "#00171F" -} \ No newline at end of file diff --git a/public/site.webmanifest b/public/site.webmanifest new file mode 100644 index 0000000..45dc8a2 --- /dev/null +++ b/public/site.webmanifest @@ -0,0 +1 @@ +{"name":"","short_name":"","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"} \ No newline at end of file -- cgit v1.2.3