auto-tab-discard icon indicating copy to clipboard operation
auto-tab-discard copied to clipboard

Mail.google.com discarded despite it being able to notify.

Open CTimmerman opened this issue 1 year ago • 1 comments

https://mail.google.com/mail/u/2/#inbox was discarded despite Chrome 103.0.5060.134 on Windows 10 allowing it to show notifications and ATB 0.6.1 being set to not discard tabs able to notify. Settings:

{
  "chrome.storage.local": {
    "./plugins/blank/core.js": true,
    "./plugins/dummy/core.js": false,
    "./plugins/focus/core.js": false,
    "./plugins/force/core.js": false,
    "./plugins/new/core.js": false,
    "./plugins/next/core.js": false,
    "./plugins/previous/core.js": false,
    "./plugins/trash/core.js": false,
    "./plugins/unloaded/core.js": false,
    "./plugins/youtube/core.js": true,
    "audio": true,
    "battery": false,
    "click": "click.popup",
    "faqs": true,
    "favicon": false,
    "favicon-delay": 100,
    "force.hostnames": [],
    "form": true,
    "go-hidden": false,
    "idle": false,
    "idle-timeout": 300,
    "last-update": 1659360608713,
    "link.context": true,
    "log": false,
    "max.single.discard": 50,
    "memory-enabled": true,
    "memory-value": 60,
    "mode": "time-based",
    "notification.permission": true,
    "number": 6,
    "online": false,
    "page.context": false,
    "period": 600,
    "pinned": false,
    "prepends": "💤",
    "simultaneous-jobs": 10,
    "startup-pinned": false,
    "startup-release-pinned": false,
    "startup-unpinned": false,
    "tab.context": true,
    "trash.period": 24,
    "trash.unloaded": false,
    "trash.whitelist-url": [],
    "use-cache": false,
    "whitelist": [
      "google.com"
    ],
    "whitelist-url": []
  },
  "localStorage": {
    "click": "popup",
    "explore-count": "102"
  }
}

CTimmerman avatar Aug 03 '22 12:08 CTimmerman

I just tried and it works for me. I get blue icon for Gmail with "tab has notification permission" title.

rNeomy avatar Sep 05 '22 07:09 rNeomy