summary refs log tree commit diff
path: root/manifest.json
blob: fbc8ba821bc3690f70b52cf0ce022f5a5a9a48bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
	"manifest_version": 2,

	"name": "Refined Nixpkgs",
	"version": "0.2",

	"description": "Improve the experience for Nixpkgs maintainers",
	"homepage_url": "https://anomalous.eu/projects/refined-nixpkgs",

	"content_scripts": [
		{
			"matches": [ "https://github.com/*" ],
			"js": [ "content.js" ],
			"run_at": "document_end"
		}
	]
}