{"id":39022348,"url":"https://github.com/pruizlezcano/chess-themer","last_synced_at":"2026-01-17T17:29:19.348Z","repository":{"id":222283302,"uuid":"754052321","full_name":"pruizlezcano/chess-themer","owner":"pruizlezcano","description":"Unify and personalize your chess experience across Chess.com and Lichess.org with seamless theme synchronization.","archived":false,"fork":false,"pushed_at":"2024-06-26T08:25:34.000Z","size":76151,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-06-26T19:07:41.030Z","etag":null,"topics":["addon","browser-extension","chess","chrome-extension","extension","firefox","firefox-addon","firefox-extension","typescript","webpack"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pruizlezcano.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-02-07T10:01:02.000Z","updated_at":"2024-06-26T08:24:59.000Z","dependencies_parsed_at":"2024-03-23T19:44:01.462Z","dependency_job_id":null,"html_url":"https://github.com/pruizlezcano/chess-themer","commit_stats":null,"previous_names":["pruizlezcano/chess-themer"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/pruizlezcano/chess-themer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pruizlezcano%2Fchess-themer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pruizlezcano%2Fchess-themer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pruizlezcano%2Fchess-themer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pruizlezcano%2Fchess-themer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pruizlezcano","download_url":"https://codeload.github.com/pruizlezcano/chess-themer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pruizlezcano%2Fchess-themer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28512906,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T13:38:16.342Z","status":"ssl_error","status_checked_at":"2026-01-17T13:37:44.060Z","response_time":85,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["addon","browser-extension","chess","chrome-extension","extension","firefox","firefox-addon","firefox-extension","typescript","webpack"],"created_at":"2026-01-17T17:29:18.546Z","updated_at":"2026-01-17T17:29:19.338Z","avatar_url":"https://github.com/pruizlezcano.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ca name=\"readme-top\"\u003e\u003c/a\u003e\n\n\u003cbr /\u003e\n\u003cdiv align=\"center\"\u003e\n  \u003ca href=\"https://github.com/pruizlezcano/chess-themer\"\u003e\n    \u003cimg src=\"./public/icons/icon.png\" alt=\"Logo\" width=\"80\" height=\"80\"\u003e\n  \u003c/a\u003e\n\n  \u003ch3 align=\"center\"\u003eChess Themer\u003c/h3\u003e\n\n  \u003cp align=\"center\"\u003e\n    Unify and personalize your chess experience across Chess.com and Lichess.org with seamless theme synchronization.\n    \u003cbr /\u003e\n    \u003cbr /\u003e\n\u003c/div\u003e\n\n\n## Getting Started\n\n##### Firefox\n\nInstall Chess Themer from it's [Firefox Add-Ons page](https://addons.mozilla.org/firefox/addon/chess-themer)\n\n##### Other browsers\n\nFollow the instructions in [Manual installation](#manual-installation)\n\n### Manual installation\n\nDownload the latest Chess Themer [build](https://github.com/pruizlezcano/chess-themer/releases/latest) and import it to your browser.\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n## Build\n\n**Prequisites**\n\n* [node + npm](https://nodejs.org/en) (Current Version)\n\n**Steps**\n\n1. Clone the repo\n   ```sh\n   git clone https://github.com/pruizlezcano/chess-themer.git\n   ```\n2. Install NPM packages\n   ```sh\n   pnpm install\n   ```\n3. Build and package the extension\n   ```sh\n   pnpm release\n   ```\n4. A new folder `release` is generated containing the extension build for each browser\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- CONTRIBUTING --\u003e\n## Contributing\n\nContributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.\n\nIf you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag \"enhancement\".\nDon't forget to give the project a star! Thanks again!\n\n1. Fork the Project\n2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)\n3. Commit your Changes (`git commit -m 'feat: Added some AmazingFeature`)\n4. Push to the Branch (`git push origin feature/AmazingFeature`)\n5. Open a Pull Request\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n## Adding your themes\n\n1. Fork the Project\n2. Create your Theme Branch (`git checkout -b theme/AmazingTheme`)\n3. Add the images to `public/themes/`\n  - `boards`: The board image should be named `200.png` and the recommended dimensions are `1600x1600`\n  - `pieces`: Each piece should be named with two letters `\u003ccolor\u003e\u003cpiece\u003e.png` for **b**lack, **w**hite, **p**awn, **b**ishop, k**n**ight, **r**ook, **q**ueen, **k**ing and the recommended dimensions are `150x150`\n4. Add the entry in `src/themes.ts`\n5. Run the tests (`pnpm test`)\n6. Commit your Changes (`git commit -m 'feat(theme): Added theme AmazingTheme'`)\n7. Push to the Branch (`git push origin theme/AmazingTheme`)\n8. Open a Pull Request\n\n\u003e if the name exist you can append `@yourname` so the folder name will be `amazing-theme@yourname`\n\n\n\u003c!-- LICENSE --\u003e\n## License\n\nDistributed under the MIT License. See `LICENSE` for more information.\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- MARKDOWN LINKS \u0026 IMAGES --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpruizlezcano%2Fchess-themer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpruizlezcano%2Fchess-themer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpruizlezcano%2Fchess-themer/lists"}