Skip to content

Commit

Permalink
Merge pull request linkwarden#42 from linkwarden/dev
Browse files Browse the repository at this point in the history
bump manifest version
  • Loading branch information
daniel31x13 authored Dec 6, 2023
2 parents ce9d3f2 + 328d69e commit 3fcea08
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "Linkwarden",
"description": "The browser extension for Linkwarden.",
"homepage_url": "https://linkwarden.app/",
"version": "1.2.2",
"version": "1.2.3",
"action": {
"default_popup": "./index.html",
"default_icon": {
Expand All @@ -24,14 +24,8 @@
"48": "./48.png",
"128": "./128.png"
},
"permissions": [
"storage",
"activeTab",
"tabs"
],
"host_permissions": [
"*://*/*"
],
"permissions": ["storage", "activeTab", "tabs"],
"host_permissions": ["*://*/*"],
"commands": {
"_execute_action": {
"suggested_key": {
Expand Down

0 comments on commit 3fcea08

Please sign in to comment.