Edit manifest

This commit is contained in:
Aaron Yarborough 2020-04-01 19:34:33 +01:00
parent a04d2299d4
commit f7f825d6c0

View file

@ -1,11 +1,11 @@
{ {
"name": "Twitter Metric Hider", "name": "Twitter Metric Hider",
"description": "Hides twitter like, reply and retweet counts.", "description": "Hides twitter like, reply and retweet counts.",
"version": "0.1", "version": "1.0.0",
"manifest_version": 2, "manifest_version": 2,
"content_scripts": [ "content_scripts": [
{ {
"matches": ["https://twitter.com/*"], "matches": ["http://twitter.com/*", "https://twitter.com/*"],
"js": ["hider.js", "content.js"] "js": ["hider.js", "content.js"]
} }
], ],