Hava Durumu

Hava Durumu

Bu eklenti ile T.C. MGM' nün yayınladığı güncel hava durumu bilgilerine erişim sağlayabilirsiniz.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Hava Durumu",
  "version": "0.0.2",
  "manifest_version": 2,
  "description": "Bu eklenti ile T.C. MGM' nün yayınladığı güncel hava durumu bilgilerine erişim sağlayabilirsiniz.",
  "permissions": [
    "https://www.mgm.gov.tr/"
  ],
  "options_page": "options.html",
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": false
  },
  "browser_action": {
    "default_title": "Hava Durumu",
    "default_popup": "index.html",
    "default_icon": "icon.png"
  },
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+H",
        "mac": "MacCtrl+Shift+H"
      },
      "description": "Opens index.html"
    }
  },
  "icons": {
    "16": "icon.png",
    "48": "icon.png",
    "128": "icon.png"
  }
}