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 Customizer", "version": "1.3", "description": "Lets you customize Bluesky's accent color", "content_scripts": [ { "matches": [ "https:\/\/bsky.app\/*", "http:\/\/bsky.app\/*", "https:\/\/www.bsky.app\/*", "http:\/\/www.bsky.app\/*" ], "css": [ "assets\/css\/style.css" ], "js": [ "assets\/js\/content.js" ] } ], "permissions": [ "storage" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "assets\/icons\/16.png", "48": "assets\/icons\/48.png", "128": "assets\/icons\/128.png" } }, "icons": { "16": "assets\/icons\/16.png", "48": "assets\/icons\/48.png", "128": "assets\/icons\/128.png" } }