Karaganda temperature

Karaganda temperature

Shows thermometer and temperature in Karaganda, Kazakhstan. Info from www.meteoclub.kz

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Karaganda temperature",
  "manifest_version": 2,
  "version": "1.0.4.1",
  "description": "Shows thermometer and temperature in Karaganda, Kazakhstan. Info from www.meteoclub.kz",
  "permissions": [
    "tabs",
    "http://www.meteoclub.kz/*",
    "background"
  ],
  "background": {
    "page": "html/background.html",
    "persistent": true
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "browser_action": {
    "default_title": "Karaganda temperature",
    "default_popup": "html/popup.htm",
    "default_icon": "icons/icon19.png"
  }
}