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, "version": "0.0.3", "name": "Share on BlueSky", "description": "Share the current page on BlueSky", "icons": { "16": "icons\/icon_16.jpeg", "48": "icons\/icon_48.jpeg" }, "permissions": [ "contextMenus", "activeTabs", "https:\/\/bsky.app\/*" ], "background": { "service_worker": "background\/service_worker.js" }, "web_accessible_resources": [ { "resources": [ "web_accessible_resources\/*" ], "matches": [ "<all_urls>" ] } ] }