Skip to content

Commit

Permalink
version 1.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
inbasic committed Feb 12, 2024
1 parent b33017e commit 483a6ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions v3.classic/data/popup/gmail.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ gmail.get = {
}

const href = url + '/?ui=2&view=pt&dsqt=1&search=all&msg=' + thread;

return fetch(href, {
credentials: 'include'
}).then(r => {
Expand Down
2 changes: 1 addition & 1 deletion v3.classic/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Notifier for Gmail™",
"description": "__MSG_description__",
"author": "InBasic",
"version": "1.1.5.1",
"version": "1.1.6",
"minimum_chrome_version": "117",
"manifest_version": 3,
"default_locale": "en",
Expand Down

0 comments on commit 483a6ea

Please sign in to comment.