Outsurf

Outsurf

Surf quicker than anyone else, by skipping through unnecessary steps, when accessing preferred sites

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "browser_action": {
    "default_icon": "/img/outsurf_48.png"
  },
  "icons": {
    "48": "/img/outsurf_48.png",
    "128": "/img/outsurf_128.png"
  },
  "name": "Outsurf",
  "version": "1.0",
  "default_locale": "en",
  "manifest_version": 2,
  "background": {
    "scripts": [
      "bg.js"
    ],
    "persistent": true
  },
  "description": "Surf quicker than anyone else, by skipping through unnecessary steps, when accessing preferred sites",
  "permissions": [
    "webRequestBlocking",
    "contextMenus",
    "tabs",
    "webRequest",
    "storage",
    "<all_urls>"
  ],
  "options_page": "index.html"
}