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": "Freebird - X (Twitter) Logo Replacer",
"version": "1.30",
"description": "Restores the twitter logo\/favicon to X (twitter) & brings back the original Twitter experience.",
"content_scripts": [
{
"matches": [
"https:\/\/x.com\/*",
"https:\/\/twitter.com\/*"
],
"js": [
"content.js"
]
}
],
"icons": {
"128": "icon.png"
}
}