Great Barrier

Great Barrier

Helps you keep your trusted sites away from the rest by redirecting links (i.e., from email) to Incognito windows.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Great Barrier",
  "short_name": "Great Barrier",
  "version": "0.94",
  "description": "Helps you keep your trusted sites away from the rest by redirecting links (i.e., from email) to Incognito windows.",
  "icons": {
    "16": "icon_gate_aok_16px.png",
    "48": "icon_gate_aok_48px.png",
    "128": "icon_gate_aok_128px.png"
  },
  "browser_action": {
    "default_icon": "icon_gate_questionmark_19px.png",
    "default_title": "Great Barrier",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "common.js",
      "bg.js"
    ],
    "persistent": true
  },
  "options_page": "options.html",
  "permissions": [
    "notifications",
    "storage",
    "tabs",
    "history",
    "webRequest",
    "webRequestBlocking",
    "http://*/*",
    "https://*/*"
  ]
}