Check Weather

Check Weather

Weather forecast for current city and location of current visited website.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Check Weather",
  "version": "0.0.0.3",
  "manifest_version": 2,
  "description": "Weather forecast for current city and location of current visited website.",
  "browser_action": {
    "default_icon": {
      "38": "img/image38.png"
    },
    "default_title": "Check Weather",
    "default_popup": "src/forecast.html"
  },
  "icons": {
    "38": "img/image38.png",
    "48": "img/image48.png",
    "64": "img/image64.png",
    "96": "img/image96.png",
    "128": "img/image128.png"
  },
  "permissions": [
    "<all_urls>",
    "tabs"
  ]
}