Finding a New Way

Finding a New Way

innovative way to find alternate websites, when the one your going to is down

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "author": "David H",
  "name": "Finding a New Way",
  "short_name": "Finding a new way",
  "homepage_url": "https://findinganewway.com",
  "description": "innovative way to find alternate websites, when the one your going to is down",
  "version": "1.1",
  "manifest_version": 3,
  "background": {
    "service_worker": "background.js"
  },
  "icons": {
    "128": "logo-128.png"
  },
  "permissions": [
    "webNavigation"
  ],
  "host_permissions": [
    "http://*/*",
    "https://*/*"
  ]
}