Weather by WeatherBug

Weather by WeatherBug

Get reliable, accurate forecasts and alerts directly in Chrome.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Weather by WeatherBug",
  "description": "Get reliable, accurate forecasts and alerts directly in Chrome.",
  "manifest_version": 2,
  "permissions": [
    "storage"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://assets.kochava.com https://cdn.taboola.com https://trc.taboola.com https://sb.scorecardresearch.com 'sha256-JMotKVKqcC9BkaFi9Z+60ZHGSOhR2ueHZDS69Uivlac='; object-src 'self' ; style-src 'self' 'unsafe-inline'",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "browser_action": {
    "default_icon": "wbicon16.png"
  },
  "icons": {
    "16": "wbicon16.png",
    "48": "wbicon48.png",
    "128": "wbicon128.png"
  },
  "background": {
    "scripts": [
      "lib/lifecycle.js"
    ],
    "persistent": false
  },
  "version": "1.0.2"
}