bookmark-stack

web extension to save pages in a stack for reading them later  https://addons.mozilla.org/firefox/addon/bookmark-stack/
git clone https://git.ce9e.org/bookmark-stack.git

commit
a4b6c3ee27dd92418d120a14112d7cc441a7ee55
parent
751be0c817e4041e60dbda7c4ddb0e88f7e7ac94
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2017-01-12 23:37
mv icons to subdir

Diffstat

R icon-128.png -> icons/icon-128.png 0
R icon-16.png -> icons/icon-16.png 0
R icon-48.png -> icons/icon-48.png 0
M manifest.json 6 +++---

4 files changed, 3 insertions, 3 deletions


diff --git a/icon-128.png b/icons/icon-128.png

Binary files differ.

diff --git a/icon-16.png b/icons/icon-16.png

Binary files differ.

diff --git a/icon-48.png b/icons/icon-48.png

Binary files differ.

diff --git a/manifest.json b/manifest.json

@@ -11,9 +11,9 @@
   11    11   },
   12    12 
   13    13   "icons": {
   14    -1     "16": "icon-16.png",
   15    -1     "48": "icon-48.png",
   16    -1     "128": "icon-128.png"
   -1    14     "16": "icons/icon-16.png",
   -1    15     "48": "icons/icon-48.png",
   -1    16     "128": "icons/icon-128.png"
   17    17   },
   18    18 
   19    19   "background": {