World Weather

World Weather

5 star rated extension. Easy to use. World weather plugin for Google Chrome contains status bar icon, current weather, detailed…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "World Weather",
  "version": "2",
  "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'"
}