Thesearchmonkey

Thesearchmonkey

Install The Search Monkey Browser! - Open your new tab and see a beautiful new background, get the latest news update.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Thesearchmonkey",
  "version": "1.1.25",
  "description": "Install The Search Monkey Browser! - Open your new tab and see a beautiful new background, get the latest news update.",
  "browser_action": {
    "default_icon": "monkey-logo.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "128": "monkey-logo.png"
  },
  "homepage_url": "https://thesearchmonkey.com",
  "manifest_version": 2,
  "content_security_policy": "script-src 'self' https://widget.rss.app/v1/carousel.js https://favicongrabber.com/api/grab/* https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js; object-src 'self'",
  "chrome_url_overrides": {
    "newtab": "search.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "search"
  ]
}