Ekagra - Your Focus, Your Rules Firefox

Examine source code of Ekagra - Your Focus, Your Rules

Inspect and view changes in Ekagra - Your Focus, Your Rules source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Ekagra - Your Focus, Your Rules",
  "version": "1.0",
  "description": "Auto-pause videos when scrolling/switching tabs. Whitelist websites. Focus mode with privacy safeguards.",
  "permissions": [
    "activeTab",
    "tabs",
    "storage",
    "https://*/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "popup/popup.css"
      ]
    }
  ],
  "browser_action": {
    "default_popup": "popup/popup.html",
    "default_icon": {
      "16": "icons/icon-32.png",
      "32": "icons/icon-48.png"
    }
  },
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "ekagra@yourdomain.com"
    }
  }
}

Best Ekagra - Your Focus, Your Rules Alternatives

Here are some Firefox add-ons that are similar to Ekagra - Your Focus, Your Rules: