diff options
author | Ajay Ramachandran <[email protected]> | 2020-05-16 23:58:02 -0400 |
---|---|---|
committer | Ajay Ramachandran <[email protected]> | 2020-05-16 23:58:02 -0400 |
commit | 252da8c56afea294ca2f49585b2353c52fa86611 (patch) | |
tree | f4aa27f7e2f072b6fa772e256586c6e5a43d2727 /manifest/manifest.json | |
parent | 99373c3e552adaeef6c0cc4d7bed58ccafabf23c (diff) | |
download | SponsorBlock-252da8c56afea294ca2f49585b2353c52fa86611.tar.gz SponsorBlock-252da8c56afea294ca2f49585b2353c52fa86611.zip |
Added the ability to stop the notice timer by clicking it
Diffstat (limited to 'manifest/manifest.json')
-rw-r--r-- | manifest/manifest.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifest/manifest.json b/manifest/manifest.json index 6c077f83..a64cbb13 100644 --- a/manifest/manifest.json +++ b/manifest/manifest.json @@ -1,7 +1,7 @@ { "name": "__MSG_fullName__", "short_name": "__MSG_Name__", - "version": "1.2.28.3", + "version": "1.2.28.4", "default_locale": "en", "description": "__MSG_Description__", "content_scripts": [{ |