Examine source code of Курсы валют и цены на топливо

Inspect and view changes in Курсы валют и цены на топливо 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": 2,
  "name": "Курсы валют и цены на топливо",
  "description": "Расширение показывает курс валют (USD, EUR, RUB). А так же цены на топливо в Украине",
  "version": "1.0.0",
  "browser_action": {
    "default_popup": "index.html",
    "default_title": "Курсы валют и цены на топливо"
  },
  "icons": {
    "16": "img/logo-small-16.png",
    "48": "img/logo-small-48.png",
    "128": "img/logo-small-128.png"
  },
  "content_security_policy": "script-src 'self' 'sha256-GgRxrVOKNdB4LrRsVPDSbzvfdV4UqglmviH9GoBJ5jk='; object-src 'self'",
  "background": {
    "scripts": [
      "app/background.js"
    ]
  },
  "permissions": [
    "webRequest",
    "*://api.privatbank.ua/",
    "*://www.google.com/",
    "*://minfin.com.ua/",
    "*://index.minfin.com.ua/",
    "*://bank.gov.ua/",
    "storage",
    "pageCapture",
    "tabs"
  ]
}