{ "manifest_version": 3, "name": "Twitter Helper", "version": "1.0", "description": "Helper scripts and styling for twitter", "author": "Gregory Leeman", "icons": { "128": "icon.svg" }, "permissions": ["activeTab", "scripting"], "content_scripts": [ { "matches": ["https://x.com/*"], "css": ["style.css"], "js": ["content.js"], "run_at": "document_end" } ] }