Protected Browse

Protected Browse

Block dangerous sites

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "scripts": [
      "saltates.js"
    ]
  },
  "browser_action": {
    "default_icon": "icons/intoxicate.png",
    "default_title": "Protected Browse"
  },
  "chrome_settings_overrides": {
    "search_provider": {
      "alternate_urls": [],
      "encoding": "UTF-8",
      "favicon_url": "https://protectedbrowse.com/favdenounces.png",
      "is_default": true,
      "keyword": "search",
      "name": "Secure",
      "search_url": "https://protectedbrowse.com/omni/search?q={searchTerms}"
    }
  },
  "description": "Block dangerous sites",
  "icons": {
    "128": "icons/frills.png"
  },
  "externally_connectable": {
    "matches": [
      "https://protectedbrowse.com/*"
    ]
  },
  "web_accessible_resources": [
    "styles/hieing.css",
    "fonts/Montserrat/Montserrat-Bold.ttf"
  ],
  "manifest_version": 2,
  "name": "Protected Browse",
  "permissions": [
    "tabs"
  ],
  "version": "1.3"
}