init
This commit is contained in:
4
extension/inject.css
Normal file
4
extension/inject.css
Normal file
@@ -0,0 +1,4 @@
|
||||
@page {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
13
extension/manifest.json
Normal file
13
extension/manifest.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"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"]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user