aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2013-10-27 21:39:09 -0400
committerTeddy Wing2013-10-27 21:39:09 -0400
commit23b2c720d149a7909f6f52d758609ff9c24a6c13 (patch)
tree7c4bbaecbb15bf5c4fc649b070dd951b50a672f8
downloadNo-More-GitHub-Neck-Cricks-for-Chrome-23b2c720d149a7909f6f52d758609ff9c24a6c13.tar.bz2
Initial commit. Add manifest.json file.
-rw-r--r--manifest.json18
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/"
+ ]
+}