mirror of
https://github.com/linkwarden/browser-extension.git
synced 2026-06-23 04:10:26 +00:00
small fix
This commit is contained in:
@@ -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...)
|
||||
|
||||
@@ -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",
|
||||
Reference in New Issue
Block a user