Auto Refresh Plus | Page Monitor

Auto Refresh Plus | Page Monitor

Refresh page automatically with powerful page monitor features

Additional files are visible only to premium users

manifest.json


{
  "background": {
    "page": "background.html",
    "persistent": true
  },
  "browser_action": {
    "default_icon": "Icon/32.png",
    "default_popup": "popup.html",
    "default_title": "Auto Refresh Plus"
  },
  "content_scripts": [
    {
      "js": [
        "js/arp.js",
        "js/i18n.js",
        "assets/js/jquery-1.5.2.min.js"
      ],
      "css": [
        "assets/css/arp.css"
      ],
      "matches": [
        "*://autorefresh.io/*"
      ],
      "run_at": "document_start"
    }
  ],
  "description": "__MSG_app_description__",
  "icons": {
    "16": "Icon/16.png",
    "32": "Icon/32.png",
    "64": "Icon/64.png",
    "128": "Icon/64.png"
  },
  "manifest_version": 2,
  "name": "Auto Refresh Plus | Page Monitor",
  "permissions": [
    "notifications",
    "tabs",
    "storage",
    "unlimitedStorage",
    "contextMenus"
  ],
  "optional_permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "version": "7.5.3",
  "default_locale": "en",
  "web_accessible_resources": [
    "a.html",
    "blank.html",
    "Icon/*.png",
    "assets/template/*.html",
    "*.svg",
    "*.mp3",
    "assets/css/*.css",
    "assets/js/*.js"
  ],
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}