Taskeen Firefox

Examine source code of Taskeen

By: E2bet1
Inspect and view changes in Taskeen source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Taskeen",
  "version": "1.0.0",
  "description": "Lean, clean task‑focused tabs.",
  "browser_specific_settings": {
    "gecko": {
      "id": "taskeen@example.com",
      "strict_min_version": "102.0"
    }
  },
  "icons": {
    "48": "icons/taskeen-48.png",
    "128": "icons/taskeen-128.png"
  },
  "permissions": [
    "tabs",
    "activeTab",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "Taskeen",
    "default_popup": "popup.html",
    "default_icon": {
      "48": "icons/taskeen-48.png",
      "128": "icons/taskeen-128.png"
    }
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "commands": {
    "taskeen-capture-tab": {
      "suggested_key": {
        "default": "Alt+Shift+T"
      },
      "description": "Capture the active tab as a task"
    },
    "taskeen-open-next": {
      "suggested_key": {
        "default": "Alt+Shift+N"
      },
      "description": "Open the next task"
    }
  },
  "content_security_policy": "script-src 'self'; object-src 'self'"
}

Best Taskeen Alternatives

Here are some Firefox add-ons that are similar to Taskeen: