From f7f825d6c0ae859643b08dc1c4354995f12c5cde Mon Sep 17 00:00:00 2001 From: Aaron Yarborough Date: Wed, 1 Apr 2020 19:34:33 +0100 Subject: [PATCH] Edit manifest --- manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 20bc32b..e698931 100644 --- a/manifest.json +++ b/manifest.json @@ -1,11 +1,11 @@ { "name": "Twitter Metric Hider", "description": "Hides twitter like, reply and retweet counts.", - "version": "0.1", + "version": "1.0.0", "manifest_version": 2, "content_scripts": [ { - "matches": ["https://twitter.com/*"], + "matches": ["http://twitter.com/*", "https://twitter.com/*"], "js": ["hider.js", "content.js"] } ],