SearchEazy

SearchEazy

SearchEazy will set the new tab search provider to Bing.It has attractive background and weather widget as well.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "SearchEazy",
  "version": "1.8",
  "description": "SearchEazy will set the new tab search provider to Bing.It has attractive background and weather widget as well.",
  "content_security_policy": "script-src 'self' https://code.jquery.com; object-src 'self'; script-src 'self' scripts/main.js; object-src 'self';",
  "permissions": [
    "geolocation"
  ],
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "browser_action": {
    "default_icon": "images/logo.png"
  },
  "chrome_url_overrides": {
    "newtab": "html/index.html"
  }
}