{ "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"], "js": ["network-graph.js"], "css": ["network-graph.css"] } ], "permissions": [ "*://*.github.com/" ] }