Weather Authority & Custom Web Search

Weather Authority & Custom Web Search

Add the Weather Authority & Custom Web Search extension and get regular weather updates by clicking the favicon on the toolbar & enjoy access to custom Yahoo® search from your browser search bar.

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": "Weather Authority & Custom Web Search",
  "short_name": "Weather Authority",
  "icons": {
    "128": "html/images/icons/fav_icon_coloured.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://weatherauthority.co/*"
      ],
      "run_at": "document_start",
      "all_frames": false,
      "js": [
        "contentScript.js"
      ]
    }
  ],
  "description": "Add the Weather Authority & Custom Web Search extension & click the icon on your toolbar to access weather updates & Yahoo® search.",
  "version": "1.0.0.2",
  "manifest_version": 2,
  "browser_action": {
    "browser_style": true,
    "default_icon": {
      "128": "icons/icon128.png"
    },
    "default_title": "Weather Authority & Custom Web Search"
  },
  "permissions": [
    "*://weatherauthority.co/",
    "tabs",
    "storage"
  ],
  "chrome_settings_overrides": {
    "search_provider": {
      "name": "web search by Yahoo",
      "keyword": "Weather Authority",
      "favicon_url": "icons/icon128.png",
      "search_url": "https://search.yahoo.com/yhs/search?hspart=sz&hsimp=yhs-001&type=type7055188-spa-3479-89709&param1=3479&param2=89709&p={searchTerms}&grd=1",
      "suggest_url": "https://search.yahoo.com/sugg/ie?output=fxjson&command={searchTerms}&nResults=10",
      "is_default": true
    }
  },
  "applications": {
    "gecko": {
      "id": "Weather_Authority___Custom_Web_Search_TOLImHKtPk@weatherauthority.co"
    }
  }
}