Files
html-to-pdf/extension/manifest.json
2026-01-20 20:24:13 -07:00

14 lines
241 B
JSON

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