cuckoo/manifest.json
2020-04-01 19:34:33 +01:00

16 lines
No EOL
366 B
JSON

{
"name": "Twitter Metric Hider",
"description": "Hides twitter like, reply and retweet counts.",
"version": "1.0.0",
"manifest_version": 2,
"content_scripts": [
{
"matches": ["http://twitter.com/*", "https://twitter.com/*"],
"js": ["hider.js", "content.js"]
}
],
"browser_action": {
"default_popup": "popup.html"
},
"permissions": ["storage"]
}