WorldWeatherOnline

WorldWeatherOnline

This is the official extension of World Weather online ( https://www.worldweatheronline.com/ ). ► What is the functionality? This…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "WorldWeatherOnline",
  "version": "3.0",
  "manifest_version": 2,
  "background": {
    "page": "background.html"
  },
  "permissions": [
    "activeTab"
  ],
  "icons": {
    "16": "logo.png",
    "48": "logo.png",
    "128": "logo.png"
  },
  "browser_action": {
    "default_popup": "index.html",
    "default_icon": "logo.png",
    "default_title": "WorldWeatherOnline"
  },
  "content_security_policy": "script-src 'self' 'sha256-CMyYic0d7L0Q9AwjGU0n6buHFRR6bU3TOAe0P7DEJrk='; object-src 'self'"
}