{"id":21296742,"url":"https://github.com/beauallison/mrwolf","last_synced_at":"2025-07-11T17:31:54.346Z","repository":{"id":36959577,"uuid":"280908001","full_name":"beauallison/mrWolf","owner":"beauallison","description":"Browser extension and Web App made with React \u0026 Emotion for helping you sync timezones across the globe. Available for Firefox, Chrome \u0026 Edge.","archived":false,"fork":false,"pushed_at":"2023-02-27T09:02:59.000Z","size":7247,"stargazers_count":19,"open_issues_count":11,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-06T06:51:15.603Z","etag":null,"topics":["browser-extension","chrome","chrome-extension","edge-extension","emotion","firefox","firefox-extension","react","sync-timezones","typescript"],"latest_commit_sha":null,"homepage":"https://mrwolf.app","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/beauallison.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2020-07-19T16:43:34.000Z","updated_at":"2024-04-02T05:10:22.000Z","dependencies_parsed_at":"2024-11-28T04:45:13.527Z","dependency_job_id":null,"html_url":"https://github.com/beauallison/mrWolf","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/beauallison/mrWolf","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beauallison%2FmrWolf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beauallison%2FmrWolf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beauallison%2FmrWolf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beauallison%2FmrWolf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/beauallison","download_url":"https://codeload.github.com/beauallison/mrWolf/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beauallison%2FmrWolf/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264862452,"owners_count":23674974,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["browser-extension","chrome","chrome-extension","edge-extension","emotion","firefox","firefox-extension","react","sync-timezones","typescript"],"created_at":"2024-11-21T14:29:15.608Z","updated_at":"2025-07-11T17:31:53.877Z","avatar_url":"https://github.com/beauallison.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Mr Wolf\n\n![CI](https://github.com/beauallison/mrWolf/workflows/CI/badge.svg)\n\nBrowser Extension and Web App made with React, Emotion, \u0026 TypeScript for helping you sync timezones across the globe.\n\n![](./preview.gif)\n\n## Web Version\n\nhttps://mrwolf.app\n\n## Desktop Browser Extensions\n\nAvailable on the Extension Stores for\n\n- [Firefox](https://addons.mozilla.org/en-GB/firefox/addon/mr-wolf-app/)\n\n- [Chrome](https://chrome.google.com/webstore/detail/mr-wolf/jkelocfjplnpcpjnmbamgfohobillnhf/)\n\n- [Edge](https://microsoftedge.microsoft.com/addons/detail/mr-wolf/ihalkbldgbodccfefbohcfeckdgdodgo)\n\n## Features List\n\n| Feature                                 | Status |\n| --------------------------------------- | :----: |\n| \u003e6000 Cities                            |   ✅   |\n| 24 Hour Time Toggle                     |   ✅   |\n| Display Seconds Toggle                  |   ✅   |\n| Browser Storage \u0026 Sync                  |   ✅   |\n| Web Version                             |   ✅   |\n| Firefox Extension                       |   ✅   |\n| Chrome Extension                        |   ✅   |\n| Edge Extension                          |   ✅   |\n| Theme Support                           |   ✅   |\n| Simple Custom Font Sizes                |   ✅   |\n| Plus / Minus Time Adjuster              |   🔜   |\n| Checklist                               |   ✅   |\n| Sorting of times                        |   🔜   |\n| Advanced Customisation (Fonts, Colours) |   🕒   |\n\n## Running Locally\n\nThis app requires Node and NPM to build and run.\n\n### 1. Build\n\n```sh\ngit clone https://github.com/beauallison/mrWolf/\ncd mrWolf\nnpm install\nnpm run build\n```\n\n### 2. Run\n\n1. Open Firefox\n2. Open `about:debugging`\n3. Click `This Firefox`\n4. Click `Load Temporary Add-on...`\n5. Open the `build` folder in the project directory\n6. Open the `manifest.json` file\n\nFor more information view the instructions at [Mozilla](https://developer.mozilla.org/en-us/docs/tools/about:debugging)\n\n## Contributions\n\nI would love your feedback! Please raise issues or if you would like to contribute raise any PRs for fixes you find.\n\n## Special Thanks\n\n- To [Cameron Murphy](https://github.com/cameronmurphy) for early testing and finding all the meddlesome bugs\n\n- To [Sohil Pandya](https://github.com/sohilpandya) for the Checklist idea, inspiration and testing\n\n## Acknowledgements\n\n- Cities and timezones data set from [GeoNames](https://download.geonames.org/export/dump/)\n\n- Countries data set from [Goodtables](https://goodtables.io/github/datasets/country-codes)\n\n- Build process is based off the work by Eugene Dzhumak and their [React Web Extension Boilerplate](https://github.com/elforastero/react-browser-extension-boilerplate)\n\n- World Clock Icon by [Creative Stall](https://thenounproject.com/creativestall/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeauallison%2Fmrwolf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbeauallison%2Fmrwolf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeauallison%2Fmrwolf/lists"}