aboutsummaryrefslogtreecommitdiffstats
path: root/manifest.json
diff options
context:
space:
mode:
Diffstat (limited to 'manifest.json')
-rw-r--r--manifest.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/manifest.json b/manifest.json
index 1637fae..1bdeb40 100644
--- a/manifest.json
+++ b/manifest.json
@@ -8,6 +8,7 @@
"content_scripts": [
{
"matches": ["*://*.github.com/*/*/network"],
+ "js": ["network-graph.js"],
"css": ["network-graph.css"]
}
],