diff options
| -rw-r--r-- | manifest.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..1637fae --- /dev/null +++ b/manifest.json @@ -0,0 +1,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/" + ] +} |
