Skip to content

Commit

Permalink
Change to png icons
Browse files Browse the repository at this point in the history
Catch up to modern times, Chrome!
  • Loading branch information
dougharris committed Jan 6, 2021
1 parent 57a9262 commit 603b632
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
Binary file added books48.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"name": "Unified Docs Switcher",
"description": "Automatically redirect to preferred documentation version for many projects",
"author": "Doug Harris",
"version": "1.0.0",
"version": "1.0.1",
"icons": {
"48": "books.svg",
"96": "books.svg"
"48": "books48.png",
"128": "books.png"
},
"background": {
"scripts": [
Expand Down
9 changes: 5 additions & 4 deletions package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@ mkdir -p firefox
# Create zip file for Chrome
zip -FS chrome/unified_doc_switcher.zip manifest.json \
background.js \
books.svg \
browser-polyfill.min.js \
browser-polyfill.min.js.map \
content-script.js \
doc-switcher.css \
books.png
books.png \
books48.png


# Add app id info for Firefox
Expand All @@ -57,11 +57,12 @@ gsed -i '/author/r add-on-id.txt' manifest.json
# Create zip file for Firefox
zip -FS firefox/unified_doc_switcher.zip manifest.json \
background.js \
books.svg \
browser-polyfill.min.js \
browser-polyfill.min.js.map \
content-script.js \
doc-switcher.css
doc-switcher.css \
books.png \
books48.png

# Undo manifest change
git checkout manifest.json

0 comments on commit 603b632

Please sign in to comment.