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": "Twitter\/X Minimal Theme", "description": "Minimal Theme for Twitter\/X by SuperX", "version": "0.2.4", "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*", "https:\/\/x.com\/*" ], "js": [ "js\/content.js" ], "run_at": "document_end" } ], "icons": { "16": "16.png", "32": "32.png", "128": "128.png" } }