{"id":15445987,"url":"https://github.com/alanshaw/chatterbox-webext","last_synced_at":"2025-04-28T12:23:34.955Z","repository":{"id":66220792,"uuid":"211881553","full_name":"alanshaw/chatterbox-webext","owner":"alanshaw","description":"🧭 A p2p messaging application built on IPFS and libp2p","archived":false,"fork":false,"pushed_at":"2024-08-31T12:44:14.000Z","size":509,"stargazers_count":11,"open_issues_count":7,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-28T08:02:01.639Z","etag":null,"topics":["chat","im","ipfs","libp2p","libp2p-pubsub","messaging","p2p","snapchat","twitter"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/alanshaw.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":"2019-09-30T14:38:34.000Z","updated_at":"2024-05-30T11:39:13.000Z","dependencies_parsed_at":"2024-10-21T23:13:29.232Z","dependency_job_id":null,"html_url":"https://github.com/alanshaw/chatterbox-webext","commit_stats":{"total_commits":37,"total_committers":1,"mean_commits":37.0,"dds":0.0,"last_synced_commit":"3aac1f0f8770b78e87025734c1f3cf988c9f2c56"},"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alanshaw%2Fchatterbox-webext","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alanshaw%2Fchatterbox-webext/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alanshaw%2Fchatterbox-webext/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alanshaw%2Fchatterbox-webext/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alanshaw","download_url":"https://codeload.github.com/alanshaw/chatterbox-webext/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251311889,"owners_count":21569118,"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":["chat","im","ipfs","libp2p","libp2p-pubsub","messaging","p2p","snapchat","twitter"],"created_at":"2024-10-01T19:48:30.500Z","updated_at":"2025-04-28T12:23:34.937Z","avatar_url":"https://github.com/alanshaw.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Chatterbox Web Extension\n\n[![dependencies Status](https://david-dm.org/alanshaw/chatterbox-core/status.svg)](https://david-dm.org/alanshaw/chatterbox-webext)\n[![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)\n\n\u003e P2P messaging application bundled as a web extension for Firefox and Chrome\n\n## Install\n\n| \u003cimg src=\"https://unpkg.com/@browser-logos/firefox@2.0.0/firefox_32x32.png\" width=\"16\"\u003e [Firefox](https://www.mozilla.org/firefox/new/) | \u003cimg src=\"https://unpkg.com/@browser-logos/chrome@1.0.4/chrome_32x32.png\" width=\"16\"\u003e [Chrome](https://www.google.com/chrome/)\n|---|---|\n| [![Install From AMO](https://ipfs.io/ipfs/QmWNa64XjA78QvK3zG2593bSMizkDXXcubDHjnRDYUivqt)](https://addons.mozilla.org/firefox/addon/chatterbox/) | [![Install from Chrome Store](https://ipfs.io/ipfs/QmXeTTMAxJVSZLqNcVzBdsAZKhWUpP7w7QAZ8f3Bnmk3Mj)](https://chrome.google.com/webstore/detail/chatterbox/ajomkahbmnpohccinnahekchplpfaejg) |\n\n### Install for Development\n\nEnsure Node.js 12+ and npm 6+ are installed.\n\n1. Clone this repo\n2. Install the project dependencies with `npm install`\n3. Build the project `npm run build` (see [build](#build) below)\n4. Load the web extension in your favourite browser:\n    * **Firefox**\n        1. Navigate to `about:debugging#/runtime/this-firefox`\n        2. Click on the \"Load temporary add-on\" button\n        3. Select `manifest.json` file in the `dist` directory\n    * **Chrome**\n        1. Navigate to `chrome://extensions`\n        2. Click on the \"Load unpacked\" button\n        3. Navigate to the `dist` directory\n\n#### Build\n\nBuild with `CHATTERBOX_RELAY_ADDRS` environment variable to specify one or more comma separated multiaddrs of chatterbox relay servers to connect to.\n\ne.g.\n\n```sh\nCHATTERBOX_RELAY_ADDRS=/ip4/138.68.55.103/tcp/4138/ws/ipfs/QmTtZnqydWPKxRDuDLbMjo4NHJPwrascKgxQwpBSx5Zd7k npm run build\n```\n\nCurrent production relay addrs:\n\n* `/ip4/138.68.55.103/tcp/4138/ws/ipfs/QmTtZnqydWPKxRDuDLbMjo4NHJPwrascKgxQwpBSx5Zd7k`\n\n#### Package\n\nTo package for web extension stores, run the following commands:\n\n1. Build the extension (as above) including any relay addrs\n2. Run `npm run package`\n3. Output can be found in the `web-ext-artifacts` directory\n\n## Contribute\n\nFeel free to dive in! [Open an issue](https://github.com/alanshaw/chatterbox-webext/issues/new) or submit PRs.\n\n## License\n\n[MIT](LICENSE) © Alan Shaw\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falanshaw%2Fchatterbox-webext","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falanshaw%2Fchatterbox-webext","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falanshaw%2Fchatterbox-webext/lists"}