Hava Durumu Rozeti

Hava Durumu Rozeti

Şehrinizin hava durumunu hızlıca görebileceğiniz bir rozet ekler...

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Hava Durumu Rozeti",
  "description": "Şehrinizin hava durumunu hızlıca görebileceğiniz bir rozet ekler...",
  "version": "0.1.1",
  "manifest_version": 2,
  "homepage_url": "https://github.com/serhankilicarslan/chrome-weather-extension",
  "background": {
    "scripts": [
      "assets/js/price.js",
      "assets/js/background.js"
    ]
  },
  "browser_action": {
    "default_icon": "./assets/icons/weather-128.png",
    "default_popup": "popup.html"
  },
  "author": "Serhan Kilicarslan <[email protected]>",
  "icons": {
    "16": "./assets/icons/weather-16.png",
    "128": "./assets/icons/weather-128.png"
  },
  "permissions": [
    "background",
    "storage",
    "https://www.mostcrea.com/"
  ],
  "content_security_policy": "script-src 'self'; object-src 'self'; connect-src * data: blob: filesystem:;"
}