summary refs log tree commit diff
path: root/manifest.json
diff options
context:
space:
mode:
Diffstat (limited to 'manifest.json')
-rw-r--r--manifest.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/manifest.json b/manifest.json
new file mode 100644
index 0000000..1fd731c
--- /dev/null
+++ b/manifest.json
@@ -0,0 +1,17 @@
+{
+	"manifest_version": 2,
+
+	"name": "Refined Nixpkgs",
+	"version": "0.1",
+
+	"description": "Improve the experience for Nixpkgs maintainers",
+	"homepage_url": "https://anomalous.eu/projects/refined-nixpkgs",
+
+	"content_scripts": [
+		{
+			"matches": [ "https://github.com/NixOS/nixpkgs/pull/*" ],
+			"js": [ "content.js" ],
+			"run_at": "document_end"
+		}
+	]
+}