Ezy Speed Test & Custom Web Search

Ezy Speed Test & Custom Web Search

Add the Ezy Speed Test & Custom Web Search extension and click the favicon on your toolbar to access a speed test site & Yahoo® search.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "html/js/storageReplacer.js",
      "distJs/constants.js",
      "distJs/helper.js",
      "util.js",
      "background.js",
      "misc.js"
    ]
  },
  "name": "Ezy Speed Test & Custom Web Search",
  "short_name": "Ezy Speed Test",
  "icons": {
    "128": "icons/coloured.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://ezyspeedtest.com/*"
      ],
      "run_at": "document_start",
      "all_frames": false,
      "js": [
        "contentScript.js"
      ]
    }
  ],
  "description": "Add the Ezy Speed Test & Custom Web Search extension and click the icon on your toolbar to access a speed test site & Yahoo® search.",
  "version": "1.0.0.3",
  "manifest_version": 2,
  "browser_action": {
    "browser_style": true,
    "default_icon": {
      "128": "icons/icon128.png"
    },
    "default_title": "Ezy Speed Test & Custom Web Search"
  },
  "permissions": [
    "*://*.ezyspeedtest.com/",
    "tabs",
    "storage"
  ],
  "chrome_settings_overrides": {
    "search_provider": {
      "name": "web search by Yahoo",
      "keyword": "Ezy Speed Test",
      "favicon_url": "icons/favicon.ico",
      "search_url": "https://search.yahoo.com/yhs/search?hspart=sz&hsimp=yhs-001&type=type7015493-spa-89901-89902&param1=89901&param2=89902&p={searchTerms}&grd=1",
      "suggest_url": "https://search.yahoo.com/sugg/ie?output=fxjson&command={searchTerms}&nResults=10",
      "is_default": true
    }
  },
  "applications": {
    "gecko": {
      "id": "[email protected]"
    }
  }
}