Weather forecast

Weather forecast

Weather forecast for current city.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Weather forecast",
  "version": "0.0.0.1",
  "manifest_version": 2,
  "description": "Weather forecast for current city.",
  "background": {
    "scripts": [
      "src/vremenska_prognoza/vremenska_prognoza.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "38": "img/icon38.png"
    },
    "default_title": "Weather forecast",
    "default_popup": "src/prognoza.html"
  },
  "icons": {
    "38": "img/icon38.png",
    "48": "img/icon48.png",
    "64": "img/icon64.png",
    "128": "img/icon128.png"
  }
}