Examine source code of Hava Durumu – Anlık, Hızlı & Detaylı

Inspect and view changes in Hava Durumu – Anlık, Hızlı & Detaylı source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Hava Durumu – Anlık, Hızlı & Detaylı",
  "version": "2.0.4",
  "short_name": "Hava Durumu",
  "description": "Anlık hava durumu tahmini, sıcaklık, nem, rüzgar hızı ve daha fazlası tek bir tıkla tarayıcınızda!",
  "icons": {
    "16": "./assets/icons/icon16.png",
    "32": "./assets/icons/icon32.png",
    "48": "./assets/icons/icon48.png",
    "128": "./assets/icons/icon128.png"
  },
  "permissions": [
    "geolocation",
    "storage",
    "alarms"
  ],
  "background": {
    "service_worker": "./dist/background/background.js",
    "type": "module"
  },
  "action": {
    "default_popup": "./dist/components/popup/popup.html",
    "default_icon": {
      "16": "./assets/icons/icon16.png",
      "32": "./assets/icons/icon32.png",
      "48": "./assets/icons/icon48.png",
      "128": "./assets/icons/icon128.png"
    }
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  }
}