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", "action": { "default_icon": "logo.png", "default_popup": "index.html", "default_title": "BluePrint: Custom Bluesky theming by Postpone" }, "content_scripts": [ { "js": [ "content-script.js" ], "matches": [ "https:\/\/bsky.app\/*" ] } ], "description": "Custom theming for Bluesky", "manifest_version": 3, "name": "BluePrint: Custom Bluesky theming by Postpone", "permissions": [ "storage" ], "version": "0.2" }