14 lines
241 B
JSON
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"]
|
|
}
|
|
]
|
|
}
|
|
|