Smart Exit Reminder VM Firefox

Examine source code of Smart Exit Reminder VM

Inspect and view changes in Smart Exit Reminder VM source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Smart Exit Reminder",
  "version": "1.3",
  "description": "Detects unfinished work and provides intelligent exit reminders before closing tabs or browser sessions.",
  "permissions": [
    "tabs",
    "storage",
    "notifications",
    "sessions",
    "activeTab"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "exitEngine.js",
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "contentScript.js"
      ]
    }
  ],
  "action": {
    "default_popup": "popup.html",
    "default_title": "Smart Exit Reminder"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "icons": {
    "32": "icons/logo_32.png",
    "64": "icons/logo_64.png",
    "128": "icons/logo_128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "@Smart-Exit-Reminder",
      "data_collection_permissions": {
        "required": [
          "locationInfo"
        ],
        "optional": [
          "technicalAndInteraction"
        ]
      }
    }
  }
}

Best Smart Exit Reminder VM Alternatives

Here are some Firefox add-ons that are similar to Smart Exit Reminder VM: