My Security Browser

My Security Browser

My Security Browser provides an easier way to search the web and access leading antivirus security products

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "browser_action": {
    "default_icon": "/icons/64x64.png",
    "default_title": "My Security Browser"
  },
  "chrome_url_overrides": {
    "newtab": "/index.html"
  },
  "description": "My Security Browser provides an easier way to search the web and access leading antivirus security products",
  "homepage_url": "https://mysecuritybrowser.com",
  "icons": {
    "16": "/icons/16x16.png",
    "48": "/icons/48x48.png",
    "96": "/icons/96x96.png",
    "128": "/icons/128x128.png"
  },
  "manifest_version": 2,
  "name": "My Security Browser",
  "short_name": "My Security Browser",
  "version": "1.0.2",
  "chrome_settings_overrides": {
    "search_provider": {
      "name": "My Security Browser",
      "keyword": "Keyword",
      "search_url": "https://search.mysecuritybrowser.com/search?q={searchTerms}",
      "favicon_url": "https://mysecuritybrowser.com/wp-content/uploads/2020/12/64x64.png",
      "encoding": "UTF-8",
      "is_default": true
    }
  }
}