TabBell Reminder Firefox

Examine source code of TabBell Reminder

By: Lisbon Add-on
Inspect and view changes in TabBell Reminder source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "TabBell Reminder",
  "version": "1.0.0",
  "description": "Schedule local Firefox notifications for pages you want to revisit later.",
  "icons": {
    "48": "assets/icon.svg",
    "96": "assets/icon.svg"
  },
  "action": {
    "default_title": "TabBell Reminder",
    "default_popup": "popup/popup.html",
    "default_icon": {
      "48": "assets/icon.svg",
      "96": "assets/icon.svg"
    }
  },
  "background": {
    "scripts": [
      "shared/reminderCore.js",
      "background.js"
    ]
  },
  "permissions": [
    "activeTab",
    "alarms",
    "notifications",
    "storage",
    "clipboardWrite"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "tabbell-reminder@example.com",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best TabBell Reminder Alternatives

Here are some Firefox add-ons that are similar to TabBell Reminder: