small fix

This commit is contained in:
daniel31x13
2025-05-03 06:20:00 -04:00
parent f15e8fe0ca
commit 6dfc3f1e9d
2 changed files with 10 additions and 10 deletions
+2 -2
View File
@@ -13,8 +13,8 @@ if [ "$1" = "--firefox" ]; then
cp firefox/manifest.json dist/manifest.json
else
# Copy to dist/manifest.json
echo "Built for Chrome(ium)..."
cp src/manifest.json dist/manifest.json
echo "Built for Chromium..."
cp chromium/manifest.json dist/manifest.json
fi
# Done (for now...)
+8 -8
View File
@@ -7,10 +7,10 @@
"action": {
"default_popup": "./index.html",
"default_icon": {
"16": "./16.png",
"32": "./32.png",
"48": "./48.png",
"128": "./128.png"
"16": "16.png",
"32": "32.png",
"48": "48.png",
"128": "128.png"
},
"default_title": "Linkwarden"
},
@@ -19,10 +19,10 @@
"browser_style": false
},
"icons": {
"16": "./16.png",
"32": "./32.png",
"48": "./48.png",
"128": "./128.png"
"16": "16.png",
"32": "32.png",
"48": "48.png",
"128": "128.png"
},
"permissions": [
"storage",