Initial LinkLog implementation

This commit is contained in:
Olaf
2026-08-24 14:30:30 +02:00
commit 1c827956c4
50 changed files with 3436 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
{
"manifest_version": 3,
"name": "LinkLog",
"version": "0.1.0",
"description": "Capture and submit page links to LinkLog.",
"permissions": [
"activeTab",
"storage",
"tabs"
],
"host_permissions": [
"<all_urls>"
],
"action": {
"default_title": "LinkLog",
"default_popup": "popup.html"
},
"options_ui": {
"page": "options.html",
"open_in_tab": true
}
}