Helperate

Helperate

Help finding a reason a site is down and a way to find active websites

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "author": "Daniel H",
  "name": "Helperate",
  "short_name": "Helperate",
  "homepage_url": "https://helperate.net",
  "description": "Help finding a reason a site is down and a way to find active websites",
  "version": "1.1",
  "manifest_version": 3,
  "background": {
    "service_worker": "background.js"
  },
  "icons": {
    "128": "logo-128.png"
  },
  "permissions": [
    "webRequest",
    "webNavigation",
    "storage"
  ],
  "host_permissions": [
    "http://*/*",
    "https://*/*"
  ]
}