New Site Confirm

New Site Confirm

Confirm that you want to go to a domain you haven't been to before (checks history and cookies)

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "icons": {
    "16": "new_site_confirm_16.png",
    "48": "new_site_confirm_48.png",
    "128": "new_site_confirm_128.png"
  },
  "web_accessible_resources": [
    "/blocked.html",
    "/blocked.js",
    "/blocked.css",
    "/new_site_confirm_waypost.jpg"
  ],
  "manifest_version": 2,
  "permissions": [
    "history",
    "cookies",
    "tabs",
    "webRequestBlocking",
    "webRequest",
    "*://*/*"
  ],
  "author": "Ross Jacobs",
  "name": "New Site Confirm",
  "description": "Confirm that you want to go to a domain you haven't been to before (checks history and cookies)",
  "version": "0.0.1"
}