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__", "version": "0.0.5", "description": "__MSG_extensionDescription__", "host_permissions": [ "https:\/\/*.bsky.social\/*", "https:\/\/*.bluskybookmark.com\/*" ], "permissions": [ "storage", "identity", "sidePanel", "activeTab" ], "oauth2": { "client_id": "https:\/\/bluskybookmark.com\/client-metadata.json", "scopes": [ "atproto transition:generic" ] }, "background": { "service_worker": "background.iife.js", "type": "module" }, "action": [], "side_panel": { "default_path": "popup\/index.html" }, "icons": { "128": "icon-128.png" }, "content_scripts": [ { "matches": [ "https:\/\/bsky.app\/*" ], "js": [ "content\/index.iife.js" ] }, { "matches": [ "https:\/\/bsky.app\/*" ], "css": [ "content.css" ] } ], "web_accessible_resources": [ { "resources": [ "*.js", "*.css", "*.svg", "icon-128.png", "icon-128.png" ], "matches": [ "https:\/\/bsky.app\/*" ] } ] }