Session Schedule Firefox

Examine source code of Session Schedule

Inspect and view changes in Session Schedule source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Session Schedule",
  "version": "1.0",
  "description": "Schedule tab actions like auto-close or auto-reload.",
  "icons": {
    "64": "icons/icon64.png",
    "128": "icons/icon128.png"
  },
  "browser_action": {
    "default_icon": "icons/icon64.png",
    "default_title": "Session Scheduler",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "permissions": [
    "tabs",
    "alarms"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{d2ad2dae-8405-4307-b3d3-56f06371f1ff}",
      "strict_min_version": "90.0"
    }
  }
}

Best Session Schedule Alternatives

Here are some Firefox add-ons that are similar to Session Schedule: