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, "name": "BlueSky Color Pallet", "description": "Allows users to freely swap color themes", "version": "3.1.6", "icons": { "32": "icons\/bsky32.png", "64": "icons\/bsky64.png", "128": "icons\/bsky128.png" }, "content_scripts": [ { "matches": [ "*:\/\/bsky.app\/*" ], "js": [ "extention\/content_scripts\/swap_pallet.js" ] } ], "background": { "service_worker": "extention\/background.js" }, "permissions": [ "storage" ], "action": { "default_title": "BlueSky Color Pallet", "default_popup": "extention\/popup\/options.html" }, "homepage_url": "https:\/\/github.com\/Basedfloppa\/Bsky-Color-Swapper" }