TabRefresher Pro

TabRefresher Pro

Set custom refresh intervals. Stay updated effortlessly. Stay refreshed, always.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "TabRefresher Pro",
  "description": "Set custom refresh intervals. Stay updated effortlessly. Stay refreshed, always.",
  "version": "0.1.0",
  "icons": {
    "16": "icons8-timer-100.png",
    "48": "icons8-timer-100.png",
    "128": "icons8-timer-100.png"
  },
  "action": {
    "default_popup": "popup.html",
    "default_title": "TabRefresher Pro",
    "default_icon": "icons8-timer-100.png"
  },
  "options_page": "options.html",
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "storage",
    "tabs"
  ]
}