Merge pull request #140 from linkwarden/dev

bug fix
This commit is contained in:
Daniel
2026-02-12 17:59:33 -05:00
committed by GitHub
2 changed files with 6 additions and 3 deletions
+4 -1
View File
@@ -4,7 +4,7 @@
"name": "Linkwarden",
"description": "The browser extension for Linkwarden.",
"homepage_url": "https://linkwarden.app/",
"version": "1.5.0",
"version": "1.5.1",
"action": {
"default_popup": "index.html",
"default_icon": {
@@ -34,6 +34,9 @@
"scripts": ["background.js"],
"type": "module"
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'; connect-src 'self' http: https:;"
},
"omnibox": { "keyword": "lk" },
"commands": {
"_execute_action": {
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "linkwarden-extension",
"version": "0.0.1",
"version": "0.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "linkwarden-extension",
"version": "0.0.1",
"version": "0.0.0",
"license": "MIT",
"dependencies": {
"@hookform/resolvers": "^3.2.0",