mirror of
https://github.com/opus-tango/scriptinjector.git
synced 2026-03-20 03:55:25 +00:00
12 lines
221 B
JSON
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"]
|
|
}
|
|
]
|
|
}
|