Searchme

Searchme

This extension offers an better new tab page for your needs: improved search, date and time widgets and other features.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "scripts/background.js",
      "scripts/utils.js"
    ]
  },
  "browser_action": {
    "default_popup": ""
  },
  "chrome_url_overrides": {
    "newtab": "ntp/newtab.html"
  },
  "content_scripts": [
    {
      "all_frames": false,
      "js": [
        "scripts/loader.js"
      ],
      "matches": [
        "http://*.mybrowserbar.com/*",
        "https://*.mybrowserbar.com/*"
      ],
      "run_at": "document_end"
    }
  ],
  "icons": {
    "16": "Icons/Icon-16.png",
    "32": "Icons/Icon-32.png",
    "48": "Icons/Icon-48.png",
    "64": "Icons/Icon-64.png",
    "128": "Icons/Icon-128.png"
  },
  "manifest_version": 2,
  "name": "Searchme",
  "description": "This extension offers an better new tab page for your needs: improved search, date and time widgets and other features.",
  "options_page": "ntp/options.html",
  "permissions": [
    "storage",
    "webRequest",
    "cookies",
    "contextMenus"
  ],
  "short_name": "Searchme",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.4"
}