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", "name": "Bluesky Share Extension", "version": "1.0.1", "manifest_version": 3, "description": "Share current tab, links and selected text on Bluesky.", "background": { "service_worker": "sw.js" }, "action": { "default_icon": "\/static\/icon-128.png", "default_title": "Share on Bluesky" }, "homepage_url": "https:\/\/browsernative.com\/bluesky-chrome-extension\/", "icons": { "16": "\/static\/icon-16.png", "48": "\/static\/icon-48.png", "128": "\/static\/icon-128.png" }, "permissions": [ "contextMenus", "activeTab", "storage", "declarativeContent" ], "options_page": "options\/options.html", "commands": { "_execute_action": { "suggested_key": { "default": "Alt+B" } } } }