{ "name": "Print CSS", "description": "Change the default print css for pages", "version": "1.0", "manifest_version": 3, "content_scripts": [ { "matches": [""], "css" : ["inject.css"] } ] }