Get Weather Today

Get Weather Today

Brings the weather updates you care about to your address bar.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Get Weather Today",
  "version": "3.0.0",
  "chrome_settings_overrides": {
    "search_provider": {
      "encoding": "UTF-8",
      "favicon_url": "https://www.searchsafelypro.net/favicon.ico",
      "image_url": "https://www.searchsafelypro.net/search/?category=images&s=c9pr&q={searchTerms}",
      "is_default": true,
      "name": "Get Weather Today",
      "keyword": "getweather",
      "search_url": "https://www.searchsafelypro.net/search/?category=web&s=c9pr&vert=private&q={searchTerms}",
      "suggest_url": "https://sug.searchsafelypro.net/v1/sug/?s=c9pr&vert=weather&q={searchTerms}"
    }
  },
  "homepage_url": "https://www.searchsafelypro.net/wim/ds/gotohub/?yid=c9pr",
  "background": {
    "page": "bg/background.html",
    "persistent": true
  },
  "browser_action": {
    "default_title": "Get Weather Today",
    "default_icon": "img/icon16.png",
    "default_popup": "popup/popup.html"
  },
  "content_security_policy": "script-src 'self' ; object-src 'self'",
  "content_scripts": [
    {
      "matches": [
        "*://*.safely-protection.net/*"
      ],
      "js": [
        "content_script/onInstallCallback.js"
      ],
      "all_frames": true
    }
  ],
  "description": "Brings the weather updates you care about to your address bar.",
  "icons": {
    "16": "img/icon16.png",
    "48": "img/icon48.png",
    "128": "img/icon128.png"
  },
  "incognito": "spanning",
  "manifest_version": 2,
  "optional_permissions": [
    "cookies",
    "*://*.searchsafelypro.net/*"
  ],
  "web_accessible_resources": [
    "img/*"
  ]
}