Search45

Search45

Search45 - Take your browser up a notch

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Search45",
  "short_name": "Search45 Tab",
  "version": "0.0.0.4",
  "description": "Search45 - Take your browser up a notch",
  "homepage_url": "https://search45.com/",
  "chrome_url_overrides": {
    "newtab": "html/index.html"
  },
  "permissions": [],
  "browser_action": {
    "default_title": "New Tab - Search45",
    "default_icon": "icons/search45-tab.jpg"
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://api.bing.com https://cdn.jsdelivr.net https://ff.search.yahoo.com https://cdnjs.cloudflare.com https://chrome.google.com https://www.google-analytics.com https://ssl.google-analytics.com https://search45.com; object-src 'self'",
  "icons": {
    "128": "icons/search45-128x128.jpg"
  },
  "chrome_settings_overrides": {
    "search_provider": {
      "name": "Search45 Search",
      "keyword": "Keyword",
      "search_url": "https://search45.com/search?q={searchTerms}",
      "favicon_url": "https://search45.com/img/favicon.ico",
      "encoding": "UTF-8",
      "is_default": true
    }
  }
}