Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "BetterBluesky - Trends, Bookmarks, Polls & more", "version": "2.654", "description": "Improve your Bluesky experience! Add Trending Topics, Bookmarks, Polls, improve design, fix bugs and more!", "action": { "default_popup": "index.html" }, "permissions": [], "content_scripts": [ { "matches": [ "https:\/\/bsky.app\/*" ], "js": [ "script.js" ], "css": [ "styles.css" ], "run_at": "document_start" } ], "icons": { "128": "icon.png" } }