diff --git a/README.md b/README.md index 82fad54..a45cbab 100644 --- a/README.md +++ b/README.md @@ -82,3 +82,6 @@ Join us on [Discord](https://www.tubearchivist.com/discord) and help us improve ## Making changes to the JavaScript The JavaScript does not require any build step; you just edit the files directly. However, there is config for eslint and prettier (a linter and formatter respectively); their use is recommended but not required. To use them, install `node`, run `npm i` from the root directory of this repository to install dependencies, then run `npm run lint` and `npm run format` to run eslint and prettier respectively. + +## Updating Artwork +Google listing is *very* picky. Screenshots need to be exactly **1280x800** in resolution and need to be in *jpg* or *png* without alpha canal. diff --git a/assets/tac-screenshot-channel.jpg b/assets/tac-screenshot-channel.jpg new file mode 100644 index 0000000..738f2ea Binary files /dev/null and b/assets/tac-screenshot-channel.jpg differ diff --git a/assets/tac-screenshot-channel.png b/assets/tac-screenshot-channel.png deleted file mode 100644 index 315b251..0000000 Binary files a/assets/tac-screenshot-channel.png and /dev/null differ diff --git a/assets/tac-screenshot-search.jpg b/assets/tac-screenshot-search.jpg new file mode 100644 index 0000000..fce073d Binary files /dev/null and b/assets/tac-screenshot-search.jpg differ diff --git a/assets/tac-screenshot-search.png b/assets/tac-screenshot-search.png deleted file mode 100644 index 2f2718a..0000000 Binary files a/assets/tac-screenshot-search.png and /dev/null differ