From e37826e39ec23828a6be0401f0a3edea73fea2b5 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Sun, 26 Aug 2018 00:31:59 +0300 Subject: Initial commit --- manifest.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 manifest.json (limited to 'manifest.json') diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..957fd82 --- /dev/null +++ b/manifest.json @@ -0,0 +1,16 @@ +{ + "name": "Dislike", + "version": "0.1.0", + "manifest_version": 2, + "description": "A browser extensions that cleans up the mess that Twitter creates in your feed", + "homepage_url": "https://github.com/yuvadm/dislike", + "content_scripts": [{ + "matches": [ + "https://twitter.com/*" + ], + "js": ["dislike.js"] + }], + "permissions": [ + "https://twitter.com/*" + ] +} -- cgit v1.3.1