Files
scriptinjector/manifest.json
2026-03-08 13:59:29 -04:00

12 lines
221 B
JSON

{
"manifest_version": 3,
"name": "Minimal Injector",
"version": "1.0",
"content_scripts": [
{
"matches": ["https://karakeep.docker.localhost/dashboard/bookmarks"],
"js": ["content.js"]
}
]
}