{ "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" } ] }