mirror of
https://github.com/lencx/Noi.git
synced 2025-12-16 10:00:36 +01:00
17 lines
412 B
JSON
17 lines
412 B
JSON
{
|
|
"manifest_version": 3,
|
|
"name": "@noi/reset",
|
|
"version": "0.1.0",
|
|
"homepage": "https://github.com/lencx/Noi/tree/main/extensions/noi-reset",
|
|
"description": "Reset certain website styles to enhance compatibility with Noi.",
|
|
"content_scripts": [
|
|
{
|
|
"matches": [
|
|
"https://vscode.dev/*"
|
|
],
|
|
"js": ["main.js"],
|
|
"run_at": "document_end",
|
|
"world": "MAIN"
|
|
}
|
|
]
|
|
} |