saving v0. will I ever need to update it?

This commit is contained in:
Nayan Sawyer
2026-03-08 13:59:29 -04:00
commit 6e4b353e41
2 changed files with 36 additions and 0 deletions

11
manifest.json Normal file
View File

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