Web Saver

Web Saver

Send users to relative sites if the site they want is down.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "author": "jon S.",
  "name": "Web Saver ",
  "short_name": "Web Saver",
  "homepage_url": "https://web-saver.com",
  "description": "Send users to relative sites if the site they want is down. ",
  "version": "1.0",
  "manifest_version": 3,
  "background": {
    "service_worker": "background.js"
  },
  "icons": {
    "128": "logo-128.png"
  },
  "permissions": [
    "webNavigation"
  ],
  "host_permissions": [
    "http://*/*",
    "https://*/*"
  ]
}