Recurring Website Scheduler Firefox

Examine source code of Recurring Website Scheduler

Inspect and view changes in Recurring Website Scheduler source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "__MSG_extensionName__",
  "version": "0.51",
  "description": "__MSG_extensionDescription__",
  "icons": {
    "128": "icons/icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "RecurringWebsiteScheduler@example.org",
      "strict_min_version": "115.0"
    }
  },
  "action": {
    "default_title": "__MSG_extensionName__",
    "default_area": "navbar",
    "default_icon": {
      "128": "icons/icon128.png"
    }
  },
  "permissions": [
    "storage",
    "alarms",
    "tabs"
  ],
  "optional_permissions": [
    "bookmarks"
  ],
  "options_ui": {
    "page": "optionsSBS.html"
  },
  "content_security_policy": {
    "extension_pages": "default-src 'self'"
  },
  "background": {
    "scripts": [
      "backgroundSBS.js",
      "commonSBS.js"
    ]
  }
}

Best Recurring Website Scheduler Alternatives

Here are some Firefox add-ons that are similar to Recurring Website Scheduler: