13 lines
304 B
JSON
13 lines
304 B
JSON
{
|
|
"manifest_version": 2,
|
|
"name": "Zen Twitter/Bluesky",
|
|
"version": "2.1",
|
|
"description": "Hide metrics on Twitter and Bluesky (number of likes/retweets/reposts/comments etc.)",
|
|
"content_scripts": [
|
|
{
|
|
"matches": ["https://x.com/*", "https://bsky.app/*"],
|
|
"js": ["content-script.js"]
|
|
}
|
|
]
|
|
}
|