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
2abd8d64ea5e92803353f36defc8a81329e600b6
parent
f74fca00f69edae7fae087e408d1a93ed2d1ebcd
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2022-11-25 22:26
bump version to 1.1.2

Diffstat

M CHANGES.md 7 +++++++
M manifest.json 2 +-

2 files changed, 8 insertions, 1 deletions


diff --git a/CHANGES.md b/CHANGES.md

@@ -1,3 +1,10 @@
   -1     1 1.1.2 (2022-11-25)
   -1     2 ------------------
   -1     3 
   -1     4 -	partly revert event page compatibility due to issues
   -1     5 -	add explicit extension ID to manifest
   -1     6 
   -1     7 
    1     8 1.1.1 (2022-10-15)
    2     9 ------------------
    3    10 

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

@@ -4,7 +4,7 @@
    4     4   "author": "Tobias Bengfort",
    5     5   "homepage_url": "https://github.com/xi/xiMatrix",
    6     6   "description": "inspired by view later",
    7    -1   "version": "1.1.1",
   -1     7   "version": "1.1.2",
    8     8   "browser_action": {
    9     9     "default_title": "Bookmark Stack",
   10    10     "default_popup": "stack.html",