summaryrefslogtreecommitdiff
path: root/manifest.json
blob: 957fd8252382513bef587c0104e8dbf57b24b665 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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/*"
  ]
}