Eesiest — Task Capture and To-do Firefox

Examine source code of Eesiest — Task Capture and To-do

Inspect and view changes in Eesiest — Task Capture and To-do source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Eesiest — Quick Capture",
  "version": "0.2.0",
  "description": "Capture thoughts, tasks, and reminders to your Eesiest account from any page.",
  "browser_specific_settings": {
    "gecko": {
      "id": "extension@eesiest.com",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "storage",
    "activeTab",
    "contextMenus",
    "scripting"
  ],
  "host_permissions": [
    "https://gcvvyaqxfokxvjpkszgv.supabase.co/*",
    "https://eesiest.com/*"
  ],
  "action": {
    "default_title": "Eesiest — Quick Capture",
    "default_popup": "src/popup.html",
    "default_icon": {
      "16": "icons/icon-16.png",
      "32": "icons/icon-32.png",
      "48": "icons/icon-48.png",
      "128": "icons/icon-128.png"
    }
  },
  "sidebar_action": {
    "default_title": "Eesiest",
    "default_panel": "src/sidebar.html",
    "default_icon": "icons/icon-48.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "commands": {
    "open-capture": {
      "suggested_key": {
        "default": "Ctrl+Shift+K",
        "mac": "Command+Shift+K"
      },
      "description": "Open Eesiest quick capture in your preferred mode"
    },
    "set-mode-sidebar": {
      "suggested_key": {
        "default": "Ctrl+Shift+1",
        "mac": "Command+Shift+1"
      },
      "description": "Use the browser sidebar as your capture surface"
    },
    "set-mode-popup": {
      "suggested_key": {
        "default": "Ctrl+Shift+2",
        "mac": "Command+Shift+2"
      },
      "description": "Use the toolbar popup as your capture surface"
    },
    "capture-selection": {
      "suggested_key": {
        "default": "Ctrl+Shift+L",
        "mac": "Command+Shift+L"
      },
      "description": "Capture the selected text + link on this page to Eesiest"
    }
  },
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  }
}

Best Eesiest — Task Capture and To-do Alternatives

Here are some Firefox add-ons that are similar to Eesiest — Task Capture and To-do: