chrome extension for skeeting tweets at the sky
at main 30 lines 755 B view raw view rendered
1# skeet.FYI chrome extension 2 3A Chrome extension for quick skeeting your current browser tab over to bsky.app 4 5## Authentication 6 7This extension uses OAuth for authentication with Bluesky, following the ATProto OAuth specification. Your credentials are securely stored in Chrome's local storage. 8 9## Installation 10 111. Clone this repository, `bun install` and `bun run dev` 122. Open Chrome and navigate to `chrome://extensions/` 133. Enable "Developer mode" in the top right 144. Click "Load unpacked" and select the extension directory 15 16  17 18Feel free to report bugs / feature requests and PRs 19 20## Contributing 21 221. Fork the repository 232. Create a feature branch 243. Commit your changes 254. Push to the branch 265. Create a Pull Request 27 28## License 29 30MIT License