Gunun Hava Durumu

Gunun Hava Durumu

Gunluk Hava Durumu - Google Chrome Eklenti-Uzanti Uygulamasi

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Gunun Hava Durumu",
  "version": "0.1.4",
  "description": "Gunluk Hava Durumu - Google Chrome Eklenti-Uzanti Uygulamasi",
  "icons": {
    "16": "icon_16.png",
    "48": "icon_48.png",
    "128": "icon_128.png"
  },
  "browser_action": {
    "default_icon": "icon_128.png",
    "name": "Gunluk Hava Durumu",
    "default_popup": "index.html"
  },
  "background": {
    "scripts": [
      "ek.js"
    ]
  },
  "author": "Murat KARA",
  "current_locale": "http://www.muratkara.com/hava",
  "homepage_url": "http://www.muratkara.com/hava",
  "offline_enabled": false,
  "short_name": "Gunluk Hava Durumu",
  "signature": "Gunluk Hava Durumu"
}