mirror of
https://github.com/linkwarden/browser-extension.git
synced 2026-06-23 04:10:26 +00:00
bug fix
This commit is contained in:
+4
-1
@@ -4,7 +4,7 @@
|
|||||||
"name": "Linkwarden",
|
"name": "Linkwarden",
|
||||||
"description": "The browser extension for Linkwarden.",
|
"description": "The browser extension for Linkwarden.",
|
||||||
"homepage_url": "https://linkwarden.app/",
|
"homepage_url": "https://linkwarden.app/",
|
||||||
"version": "1.5.0",
|
"version": "1.5.1",
|
||||||
"action": {
|
"action": {
|
||||||
"default_popup": "index.html",
|
"default_popup": "index.html",
|
||||||
"default_icon": {
|
"default_icon": {
|
||||||
@@ -34,6 +34,9 @@
|
|||||||
"scripts": ["background.js"],
|
"scripts": ["background.js"],
|
||||||
"type": "module"
|
"type": "module"
|
||||||
},
|
},
|
||||||
|
"content_security_policy": {
|
||||||
|
"extension_pages": "script-src 'self'; object-src 'self'; connect-src 'self' http: https:;"
|
||||||
|
},
|
||||||
"omnibox": { "keyword": "lk" },
|
"omnibox": { "keyword": "lk" },
|
||||||
"commands": {
|
"commands": {
|
||||||
"_execute_action": {
|
"_execute_action": {
|
||||||
|
|||||||
Generated
+2
-2
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "linkwarden-extension",
|
"name": "linkwarden-extension",
|
||||||
"version": "0.0.1",
|
"version": "0.0.0",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "linkwarden-extension",
|
"name": "linkwarden-extension",
|
||||||
"version": "0.0.1",
|
"version": "0.0.0",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@hookform/resolvers": "^3.2.0",
|
"@hookform/resolvers": "^3.2.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user