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, "default_locale": "en", "name": "__MSG_extensionName__", "browser_specific_settings": { "gecko": { "id": "[email protected]", "strict_min_version": "109.0" } }, "version": "0.0.3", "description": "__MSG_extensionDescription__", "permissions": [ "storage", "sidePanel", "tabs" ], "web_accessible_resources": [ { "resources": [ "content\/index.iife.js", "content\/index.iife_dev.js" ], "matches": [ "https:\/\/bsky.app\/*" ] } ], "background": { "service_worker": "background.js" }, "action": { "default_icon": "bsky-boost-128.png", "default_title": "Open the Bluesky Boost side panel" }, "icons": { "128": "bsky-boost-128.png" }, "content_scripts": [ { "matches": [ "https:\/\/bsky.app\/*" ], "js": [ "content\/index.iife.js" ] } ] }