You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

19 lines
415 B

{
"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"
}
]
}