Stealthy

Stealthy

Stealthy allows you to see blocked websites from a click of a button.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "scripts": [
      "/js/functions.js",
      "/js/settings.js",
      "/js/proxy_controller.js",
      "/js/background.js"
    ]
  },
  "browser_action": {
    "default_icon": "img/offline.png"
  },
  "description": "Stealthy allows you to see blocked websites from a click of a button.",
  "icons": {
    "16": "img/icon16.png",
    "32": "img/icon32.png",
    "48": "img/icon48.png",
    "128": "img/icon128.png"
  },
  "manifest_version": 2,
  "minimum_chrome_version": "17",
  "name": "Stealthy",
  "options_page": "options.html",
  "permissions": [
    "proxy",
    "http://api.stealthy.co/",
    "https://api.stealthy.co/",
    "https://www.google-analytics.com/",
    "http://www.stealthy.co/",
    "http://api-stealthy.eu-central-1.elasticbeanstalk.com/",
    "http://35.158.53.143/",
    "http://api.stealthyapp.com/",
    "https://www.stealthy.co/Chrome-Installed/",
    "https://www.stealthy.co/Chrome-Updated/"
  ],
  "version": "5.0.3",
  "content_security_policy": "script-src 'self' https://www.google-analytics.com/; object-src 'self'",
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Alt+Shift+S"
      },
      "description": "Toggle feature foo"
    }
  }
}