Auto Refresh Pro | Web Monitor

Auto Refresh Pro | Web Monitor

Automatically Refresh Any Website with an Advanced Web Monitor and Notifications

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Auto Refresh Pro | Web Monitor",
  "description": "Automatically Refresh Any Website with an Advanced Web Monitor and Notifications",
  "version": "1.0.6",
  "manifest_version": 3,
  "default_locale": "en",
  "icons": {
    "16": "img/logo-16.png",
    "32": "img/logo-32.png",
    "48": "img/logo-48.png",
    "128": "img/logo-128.png"
  },
  "action": {
    "default_popup": "src/pages/popup/index.html",
    "default_icon": "img/logo-48.png"
  },
  "options_page": "src/pages/options/index.html",
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "img/logo-16.png",
        "img/logo-32.png",
        "img/logo-48.png",
        "img/logo-128.png",
        "fonts/*",
        "assets/sound/*"
      ],
      "use_dynamic_url": false
    },
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "resources": [
        "assets/chunk-rIjw5zNC.js",
        "assets/chunk-EJM8afr1.js",
        "assets/chunk-tyi28Pi8.js",
        "assets/chunk-wjg900Z4.js",
        "assets/chunk-jCT4X-y2.js",
        "assets/chunk-RgQODdp8.js",
        "assets/chunk-NSvgW6NK.js",
        "assets/chunk-mO_4PWwj.js",
        "assets/chunk-xLaaBngf.js",
        "assets/chunk-RobV31Lh.js"
      ],
      "use_dynamic_url": false
    }
  ],
  "optional_host_permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "permissions": [
    "storage",
    "scripting",
    "tabs",
    "offscreen",
    "notifications",
    "contextMenus"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}