aboutsummaryrefslogtreecommitdiffstats
path: root/manifest.json
blob: 1637faebf36248aab6dcfe5a3755a72e2bf0e568 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "manifest_version": 2,

  "name": "No More GitHub Neck Cricks",
  "description": "Rotates the GitHub Network Graph into a vertical orientation",
  "version": "0.0.1",
  
  "content_scripts": [
    {
      "matches": ["*://*.github.com/*/*/network"],
      "css": ["network-graph.css"]
    }
  ],
  
  "permissions": [
    "*://*.github.com/"
  ]
}