SmartContact disabled 'Auto Discardable' tab

SmartContact disabled 'Auto Discardable' tab

SmartContact enabled 'Auto Discardable' tab

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "service_worker": "worker-wrapper.js"
  },
  "action": {
    "default_icon": {
      "19": "icon19.png",
      "38": "icon38.png"
    },
    "default_title": "__MSG_manifest_default_title__"
  },
  "description": "__MSG_manifest_description__",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "manifest_version": 3,
  "name": "__MSG_manifest_name__",
  "permissions": [
    "tabs"
  ],
  "version": "0.0.0.3",
  "default_locale": "en"
}