RefreshMate Firefox

Examine source code of RefreshMate

Inspect and view changes in RefreshMate source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "RefreshMate",
  "version": "1.0",
  "description": "Your intelligent web companion that keeps your pages fresh and up-to-date.",
  "permissions": [
    "storage",
    "tabs",
    "alarms",
    "browsingData",
    "notifications",
    "<all_urls>"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "128": "icon.png"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "icons": {
    "128": "icon.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "refreshmate@example.com"
    }
  }
}

Best RefreshMate Alternatives

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