better destination

better destination

Assists users with moving to a new destination if the site they visit is no longer online

Merlin
Additional files are visible only to premium users

manifest.json


{
  "author": "Scott Davidson",
  "name": "better destination",
  "short_name": "BD",
  "homepage_url": "https://better-destination.com",
  "description": "Assists users with moving to a new destination if the site they visit is no longer online",
  "version": "1.0",
  "manifest_version": 2,
  "browser_action": {
    "default_icon": "logo-128.png",
    "default_title": "better destination"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "128": "logo-128.png"
  },
  "permissions": [
    "webRequest",
    "http://*/*",
    "https://*/*"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx"
}