Hiio - Mindful Browsing Tracker Firefox

Examine source code of Hiio - Mindful Browsing Tracker

By: Shadow
Inspect and view changes in Hiio - Mindful Browsing Tracker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Hiio - Mindful Browsing Tracker",
  "description": "Track and manage your browsing time with a calm, informative interface. Set limits and develop healthier online habits.",
  "version": "1.0",
  "permissions": [
    "storage",
    "tabs",
    "webNavigation",
    "alarms"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": "icon.svg"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "128": "icon.svg"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "contentScript.js"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "block.html"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "hiio-time-tracker@example.com"
    }
  }
}

Best Hiio - Mindful Browsing Tracker Alternatives

Here are some Firefox add-ons that are similar to Hiio - Mindful Browsing Tracker: