Smart Auto-Refresh & Notify Firefox

Examine source code of Smart Auto-Refresh & Notify

By: Daddioz
Inspect and view changes in Smart Auto-Refresh & Notify source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Smart Auto-Refresh & Notify",
  "version": "2.0",
  "description": "Automatically refreshes the tab and notifies you based on specified text criteria.",
  "permissions": [
    "activeTab",
    "tabs",
    "notifications",
    "storage",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon-16.png",
      "32": "icons/icon-32.png",
      "48": "icons/icon-48.png",
      "64": "icons/icon-64.png",
      "128": "icons/icon-128.png",
      "256": "icons/icon-256.png"
    }
  },
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "64": "icons/icon-64.png",
    "128": "icons/icon-128.png",
    "256": "icons/icon-256.png"
  },
  "web_accessible_resources": [
    "alert.mp3"
  ],
  "browser_specific_settings": {
    "gecko": {
      "strict_min_version": "58.0",
      "id": "{cf309a24-893e-4e1b-8a20-16440c498972}"
    }
  }
}

Best Smart Auto-Refresh & Notify Alternatives

Here are some Firefox add-ons that are similar to Smart Auto-Refresh & Notify: