From 23b2c720d149a7909f6f52d758609ff9c24a6c13 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sun, 27 Oct 2013 21:39:09 -0400 Subject: Initial commit. Add manifest.json file. --- manifest.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 manifest.json 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/" + ] +} -- cgit v1.2.3