Cool Refresh Firefox

Examine source code of Cool Refresh

Inspect and view changes in Cool Refresh source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Cool Refresh",
  "version": "12.0.0",
  "description": "Customizable pull-to-refresh instead of the built-in one.",
  "options_ui": {
    "page": "index.html",
    "open_in_tab": true
  },
  "icons": {
    "16": "icons/16.png",
    "32": "icons/32.png",
    "48": "icons/48.png",
    "64": "icons/64.png",
    "128": "icons/128.png"
  },
  "action": {
    "default_icon": {
      "16": "icons/16.png",
      "32": "icons/32.png",
      "48": "icons/48.png",
      "64": "icons/64.png",
      "128": "icons/128.png"
    }
  },
  "permissions": [
    "storage",
    "tabs"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "js/content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "coolrefresh@pro-bandey.com",
      "strict_min_version": "146.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    },
    "gecko_android": {
      "strict_min_version": "146.0"
    }
  }
}

Best Cool Refresh Alternatives

Here are some Firefox add-ons that are similar to Cool Refresh: