Threatbutt Secure Browsing™

Threatbutt Secure Browsing™

Threatbutt Secure Browsing™ watches while you surf to alert you if you connect to possible hackers

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Threatbutt Secure Browsing™",
  "manifest_version": 2,
  "version": "4.2.0.71",
  "description": "Threatbutt Secure Browsing™ watches while you surf to alert you if you connect to possible hackers",
  "permissions": [
    "tabs",
    "storage",
    "http://threatbutt.io/api",
    "http://api.threatbutt.io/api"
  ],
  "content_security_policy": "script-src 'self' http://localhost:*; object-src 'self'",
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "page_action": {
    "default_icon": {
      "19": "icon-tb-19.png",
      "38": "icon-tb-38.png"
    },
    "default_title": "Threatbutt Secure Browsing™",
    "default_popup": "popup.html"
  }
}