Files
Noi/extensions/noi-reset/manifest.json
2024-09-09 23:35:26 +08:00

17 lines
429 B
JSON

{
"manifest_version": 3,
"name": "@noi/reset",
"version": "0.1.3",
"homepage": "https://github.com/lencx/Noi/tree/main/extensions/noi-reset",
"description": "Reset certain website styles to enhance compatibility with Noi.",
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": ["base.js", "scrollbar.js", "darg.js"],
"run_at": "document_end",
"world": "MAIN"
}
]
}