Examine source code of Amazing Auto Refresh Tabs Free

Inspect and view changes in Amazing Auto Refresh Tabs Free source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "action": {
    "default_icon": {
      "16": "data/icons/16.png",
      "32": "data/icons/32.png",
      "48": "data/icons/48.png",
      "64": "data/icons/64.png"
    },
    "default_popup": "data/popup/popup.html",
    "default_title": "Tab Auto Refresh"
  },
  "background": {
    "service_worker": "background.js"
  },
  "commands": {
    "_execute_action": {}
  },
  "description": "Auto-refresh/auto-reload any tab automatically for FREE. Set custom intervals. Clear Cache",
  "homepage_url": "https://watext.me/",
  "icons": {
    "16": "data/icons/16.png",
    "32": "data/icons/32.png",
    "48": "data/icons/48.png",
    "64": "data/icons/64.png",
    "128": "data/icons/128.png"
  },
  "manifest_version": 3,
  "name": "Amazing Auto Refresh Tabs Free",
  "offline_enabled": true,
  "permissions": [
    "tabs",
    "alarms",
    "storage",
    "notifications"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "0.2.2"
}