summaryrefslogtreecommitdiff
path: root/manifest.json
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2018-08-26 00:31:59 +0300
committerYuval Adam <_@yuv.al>2018-08-26 00:31:59 +0300
commite37826e39ec23828a6be0401f0a3edea73fea2b5 (patch)
tree9d6533378561c7d5aee2b7c4e958775b3baf497f /manifest.json
Initial commit
Diffstat (limited to 'manifest.json')
-rw-r--r--manifest.json16
1 files changed, 16 insertions, 0 deletions
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/*"
+ ]
+}