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 - Cleanup Username", "description": "cleans all usernames of their extention on Bluesky", "version": "1.3", "permissions": [ "storage" ], "action": { "default_popup": "popup\/popup.html", "default_icon": "icons\/icon-light.png" }, "content_scripts": [ { "matches": [ "*:\/\/bsky.app\/*" ], "js": [ "lib\/browser-polyfill.js", "content-script.js" ] } ], "browser_specific_settings": { "gecko": { "id": "[email protected]", "strict_min_version": "111.0" }, "gecko_android": { "strict_min_version": "113.0" }, "chrome": { "id": "[email protected]" } }, "web_accessible_resources": [ { "resources": [ "icons\/icon-light.png" ], "matches": [ "*:\/\/bsky.app\/*" ] } ] }